Skip to content

Commit

Permalink
Fix commit command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Nov 13, 2014
1 parent 9908811 commit 477cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ git pull
$ vim bower.json
$ vim package.json
$ git add bower.json package.json
$ git ci -m "Fetch 1.x.x"
$ git commit -m "Fetch 1.x.x"
$ git tag v1.x.x
$ git push
$ git push --tags
Expand Down

0 comments on commit 477cdac

Please sign in to comment.