Skip to content

Commit

Permalink
Add GitX link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaltaks committed Nov 15, 2012
1 parent 65438c6 commit d387472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2012-05-22-a-simple-git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ So now you are in a new branch, and ready to work.

### Daily workflow

I tend to use a graphical app for commits, because I think a visual tool is much better suited to staging sections of files together into a logical commit. On the Mac I often use GitX, but there are plenty to choose from.
I tend to use a graphical app for commits, because I think a visual tool is much better suited to staging sections of files together into a logical commit. On the Mac I often use [GitX](http://rowanj.github.com/gitx), but there are plenty to choose from.

**But don't commit everything**, just select the files and lines that go together to make a logical change. No generated files, no temporary or local project settings, and remember to include new files. If you have files that you think should not be in the repo, but will keep appearing, you can make git ignore them, but first try looking in [https://github.com/github/gitignore](https://github.com/github/gitignore) to see if this is already well known.

Expand Down

0 comments on commit d387472

Please sign in to comment.