From ca04817e9defe3fdce632a34849cefee5c7f932f Mon Sep 17 00:00:00 2001 From: "Chhavi P. Gupta" Date: Sat, 26 Mar 2016 22:35:37 +0530 Subject: [PATCH] Update Basic Workflow.md --- Basic Workflow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Basic Workflow.md b/Basic Workflow.md index bdaa64b..7ca8c38 100644 --- a/Basic Workflow.md +++ b/Basic Workflow.md @@ -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)