Skip to content

Commit

Permalink
Update Basic Workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhavip committed Mar 26, 2016
1 parent 3ec6a77 commit ca04817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Basic Workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Git is very particular about how you collaborate with others and thus has a stri
4. Push.

Now let us break down each of the steps.

1. Pulling remote work:
* Assuming you have made some changes to your local repository and when you run `git status` you see some files in red indicating your changes.
* You first of all need to go back to a version of your local repository that was synced to the remote. For that run `git stash`. Now when you run `git status` you won't be able to see any files you made changes to. (Any newly added files will still be seen)
Expand Down

0 comments on commit ca04817

Please sign in to comment.