Octogit - Giving git more tentacles
5 weeks ago by ohskylab
"A free, open source solution for creating github repositories from the commandline avoid the usual copy and paste." Needs lots of work.
git
github
octogit
5 weeks ago by ohskylab
A Baseline for Front-End Developers - Adventures in JavaScript Development
7 weeks ago by ohskylab
"I think we’re seeing the emphasis shift from valuing trivia to valuing tools. There’s a new set of baseline skills required in order to be successful as a front-end developer, and developers who don’t meet this baseline are going to start feeling more and more left behind as those who are sharing their knowledge start to assume that certain things go without saying."
web
front-end
javascript
career
work
git
automation
rebeccamurphey
from instapaper
7 weeks ago by ohskylab
technicalpickles/homesick
9 weeks ago by ohskylab
"Uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command."
backup
git
home
terminal
shell
9 weeks ago by ohskylab
DocumentUp
january 2012 by ohskylab
"Parses your readme's markdown into a clean and simple documentation website. Made especially for your gh-pages branch, all you need is a single index.html file that includes the DocumentUp script."
web
documentation
git
github
html
markdown
january 2012 by ohskylab
How do you merge selective files with git-merge? - Stack Overflow
december 2011 by ohskylab
Lots of options here (although merging files sounds like a bad bad plan - merging commits is probably more sane).
git
merge
december 2011 by ohskylab
Hacker News | GitHub Hits 1,000,000 users
october 2011 by ohskylab
For the discussion about alternatives. Love Github for public but the pricing is silly for freelancers who need lots of small, private repos. Here I come, bitbucket.
github
git
bitbucket
october 2011 by ohskylab
sitaramc/gitolite - GitHub
september 2011 by ohskylab
"Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features."
git
september 2011 by ohskylab
A few of my Git tricks, tips and workflows
april 2011 by ohskylab
Some good things in here.
git
tips
dvcs
terminal
from instapaper
april 2011 by ohskylab
schacon/git-scribe - GitHub
april 2011 by ohskylab
"basically the best way to write an ebook"
git
writing
publishing
tools
from delicious
april 2011 by ohskylab
jamiew/git-friendly - GitHub
february 2011 by ohskylab
"Pimp your git workflow. Stop using command-combo-hell and just type pull, branch, merge, push".
git
development
github
terminal
workflow
from delicious
february 2011 by ohskylab
mojombo/jekyll - GitHub
february 2011 by ohskylab
"A blog-aware, static site generator in Ruby". Also powers GitHub Pages.
ruby
github
web
git
from delicious
february 2011 by ohskylab
brotherbard/gitx - GitHub
december 2010 by ohskylab
Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to.
git
osx
mac
gitx
vcs
dvcs
from delicious
december 2010 by ohskylab
newsapps's beeswithmachineguns at master - GitHub
november 2010 by ohskylab
"A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications)"
amazon
aws
ec2
fabric
git
tools
testing
scalability
s3
performance
python
web
november 2010 by ohskylab
bl.ocks.org - about
october 2010 by ohskylab
- live viewer for gists on github.
git
from twitter_favs
october 2010 by ohskylab
Forking is a Feature - Anil Dash
october 2010 by ohskylab
"Part of the predicate for forks being so disruptive was the idea that there is One True Version — a creation, like a piece of software, a written work, or anything else, that can only be accurately represented by a single ideal expression [...] Until a git named Linus changed that." Worth poking through the comments.
development
git
github
linux
opensource
community
forking
october 2010 by ohskylab
Git Client - SmartGit
september 2010 by ohskylab
"A graphical front-end for the distributed version control system Git and runs on Windows, Mac OS X and Linux."
dvcs
git
tools
vcs
osx
mac
windows
september 2010 by ohskylab
Hacker News | Look, far be it from me to always be chasing and advocating the new hotness, and...
september 2010 by ohskylab
"Far be it from me to always be chasing and advocating the new hotness, and declaring the ignorance of the dark ages (ie. 5 years ago), because it's very very rare in technology that something is so utterly and dramatically superior in every technical aspect as Git (or Mercurial, or Darcs) is over SVN. [...] Now I understand there are many many valid reasons why it might be necessary to use subversion, but an easier transition from CVS is not one of them. [...] Version control is a developer's bread and butter. Investing in using one of the good ones may be the single greatest skills ROI a developer can get. Unless you understand both git and svn intimately, you won't grok this, but let me state from hard-won experience that in SVN you can occasionally hit nightmare scenarios requiring days or even weeks to sort out a problem that could be solved in under an hour in git."
git
advocacy
hackernews
september 2010 by ohskylab
Git your act together - Jeff Kreeftmeijer
august 2010 by ohskylab
Some git best practice.
git
development
dvcs
rebase
august 2010 by ohskylab
Distributed Version Control is here to stay, baby - Joel on Software
august 2010 by ohskylab
"With distributed version control, merges are easy and work fine. So you can actually have a stable branch and a development branch, or create long-lived branches for your QA team where they test things before deployment, or you can create short-lived branches to try out new ideas and see how they work. This is too important to miss out on. This is possibly the biggest advance in software development technology in the ten years I’ve been writing articles here."
advocacy
mercurial
git
dvcs
vcs
development
joelspolsky
august 2010 by ohskylab
gerrit - Project Hosting on Google Code
august 2010 by ohskylab
"A web based code review system, facilitating online code reviews for projects using the Git version control system."
git
collaboration
development
web
vcs
tools
agile
august 2010 by ohskylab
Always ship trunk
june 2010 by ohskylab
"Why web applications are different to installed apps, problems that none of the revision control systems solve, and how you can solve some of them yourself within your app."
agile
development
deployment
web
paulhammond
slides
vcs
git
mercurial
svn
via:tomtaylor
june 2010 by ohskylab
Gity - The Git Application For Mac
april 2010 by ohskylab
Early days but good to see.
git
mac
osx
dvcs
tools
development
april 2010 by ohskylab
jacobian's django-deployment-workshop at master - GitHub
february 2010 by ohskylab
Code and configuration used in [Jacob Kaplan-Moss'] Django Deployment Workshop.
django
python
deployment
fabric
git
github
february 2010 by ohskylab
nvie.com » Blog Archive » A successful Git branching model
january 2010 by ohskylab
This looks great (if initially a little complex).
git
development
vcs
dvcs
workflow
january 2010 by ohskylab
GitHub Pages
october 2009 by ohskylab
"The GitHub Pages feature allows you to publish content to the web by simply pushing content to one of your GitHub hosted repositories."
git
github
hosting
web
october 2009 by ohskylab
SCM Integration Scripts - ChangesWiki
october 2009 by ohskylab
Using Changes app with svn, git etc.
tools
changes
diff
git
svn
mercurial
october 2009 by ohskylab
Issues with TextMate set as git editor - Guides - GitHub
october 2009 by ohskylab
Set TextMate as default git editor
mac
osx
git
textmate
github
october 2009 by ohskylab
gource
september 2009 by ohskylab
"A software version control visualization for Git and CVS."
visualisation
git
cvs
dvcs
visualization
graphics
september 2009 by ohskylab
Why Git is Better Than X
september 2009 by ohskylab
More worthwhile git persuasion info.
via:ihart
git
svn
vcs
dvcs
advocacy
development
september 2009 by ohskylab
NEVERFEAR - Simpletons guide to git
august 2009 by ohskylab
"This is simply a "click these buttons" guide to git."
tools
development
vcs
git
august 2009 by ohskylab
Pro Git - Pro Git Book
july 2009 by ohskylab
"Here you can find the full content of the book, a blog with tips and updates about Git and the book and open source projects related to Git or referenced in the book."
via:thegingerbloke
git
vcs
creativecommons
documentation
dvcs
july 2009 by ohskylab
Complete Introduction to git
july 2009 by ohskylab
"This short tutorial shall attempt to explain the git system to people
who have no, or minimal experience on SCMs and version control tools."
git
vcs
development
collaboration
documentation
dvcs
who have no, or minimal experience on SCMs and version control tools."
july 2009 by ohskylab
Message™ - By Medium
july 2009 by ohskylab
"A full-featured content management and website development system, with Django templates and a custom data model integrated with GIT."
via:demwunz
django
web
python
cms
git
july 2009 by ohskylab
My Git Workflow
january 2009 by ohskylab
Workflow tips. "The thing that’s hard about Git for most people is the same thing that’s hard about all DVCS tools: if you’re used to centralized systems, they work weird [...] It’s also really easy to never grok DVCS, so when something unusual happens, you don’t know how to fix it."
via:tomtaylor
development
vcs
dvcs
git
tips
january 2009 by ohskylab
GitX
october 2008 by ohskylab
"GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui."
git
mac
osc
gui
versioning
scm
october 2008 by ohskylab
Ciarán Walsh’s Blog » TextMate Plug-in: ProjectPlus
august 2008 by ohskylab
Looks like an excellent TextMate plugin. Thanks, Tom!
development
tools
textmate
svn
subversion
git
osx
mac
august 2008 by ohskylab
Git for the lazy - Spheriki
july 2008 by ohskylab
"git is a distributed version control system. No, you don't need to know what that means to use this guide. Think of it as a time machine: Subversion or CVS without the suck."
git
dvcs
vcs
development
july 2008 by ohskylab
We're all ops people now
june 2008 by ohskylab
"Our programs have left the desktop and found their new home on the web. System administration issues loom large upon us, security concerns lurk auspiciously in the corners of our minds."
development
infrastructure
sysadmin
puppet
agile
virtualization
git
vcs
june 2008 by ohskylab
Git Magic - Preface
april 2008 by ohskylab
"Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. I'm recording what I've figured out so far in these pages."
git
vcs
development
april 2008 by ohskylab
related tags
advocacy ⊕ agile ⊕ amazon ⊕ automation ⊕ aws ⊕ backup ⊕ bitbucket ⊕ blogging ⊕ build ⊕ capistrano ⊕ career ⊕ changes ⊕ cms ⊕ collaboration ⊕ community ⊕ continuousdeployment ⊕ continuousintegration ⊕ creativecommons ⊕ cvs ⊕ deployment ⊕ development ⊕ diff ⊕ digg ⊕ django ⊕ documentation ⊕ dotfiles ⊕ dvcs ⊕ ec2 ⊕ fabric ⊕ forking ⊕ front-end ⊕ git ⊖ git-flow ⊕ github ⊕ githubflow ⊕ gitosis ⊕ gitx ⊕ graphics ⊕ gui ⊕ hackernews ⊕ home ⊕ hosting ⊕ html ⊕ hudson ⊕ infrastructure ⊕ javascript ⊕ joelspolsky ⊕ learning ⊕ linux ⊕ mac ⊕ markdown ⊕ mercurial ⊕ merge ⊕ movies ⊕ octogit ⊕ octopress ⊕ opensource ⊕ osc ⊕ osx ⊕ paulhammond ⊕ performance ⊕ pip ⊕ process ⊕ programming ⊕ projectmanagement ⊕ publishing ⊕ puppet ⊕ python ⊕ rebase ⊕ rebeccamurphey ⊕ reference ⊕ ruby ⊕ rubyonrails ⊕ s3 ⊕ scalability ⊕ scm ⊕ shell ⊕ slides ⊕ social ⊕ software ⊕ stackoverflow ⊕ submodules ⊕ subversion ⊕ svn ⊕ sysadmin ⊕ teamcity ⊕ terminal ⊕ testing ⊕ textmate ⊕ tips ⊕ tools ⊕ tutorials ⊕ vcs ⊕ versioncontrol ⊕ versioning ⊕ via:alastc ⊕ via:demwunz ⊕ via:eternity ⊕ via:ihart ⊕ via:paul.irish ⊕ via:thegingerbloke ⊕ via:tomtaylor ⊕ virtualenv ⊕ virtualization ⊕ visualisation ⊕ visualization ⊕ web ⊕ webfaction ⊕ windows ⊕ work ⊕ workflow ⊕ writing ⊕ wsgi ⊕ yahoo ⊕Copy this bookmark: