Skip to content

Commit 1bc2449

Browse files
committed
Merge pull request #32 from b-long/patch-1
Fixed broken flag
2 parents 87cac41 + 0f088e3 commit 1bc2449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2009-02-06-helpful-command-aliases.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nothing added to commit but untracked files present (use "git add" to track)
3131
You can also add aliases like so, and they will get added to your @.gitconfig@ file automatically.
3232

3333
<pre>
34-
$ git config -global alias.rb rebase
34+
$ git config --global alias.rb rebase
3535
</pre>
3636

3737

0 commit comments

Comments
 (0)