Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhavip authored Nov 17, 2016
1 parent 53c1e74 commit c2f7092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Branches exist in github to enable you to work on different features simultaneou

4. Add the files you changed : `git add file_name` (avoid using `git add .`). This is called "staging" the files.

5. Commit your changes `git commit -a -m "Message briefly explaining the feature"`. [Commits all the staged files](https://gist.github.com/sakshamsaxena/5c83df15bc2b17f3c72399860b31924b) (`-a` stands for committing all staged files). You can skip the `-a` switch and mention files to be committed otherwise.
5. Commit your changes `git commit -m "Message briefly explaining the feature"`.

6. Push to your repo `git push origin branch-name`

Expand Down

0 comments on commit c2f7092

Please sign in to comment.