Posts

Showing posts with the label ankit337 git

GIT Commit Push Pull

Image
Using Tortoise GIT  For Taking latest code from server GIT Sync  (It will open GIT sync UI) Stash Save  (it will save your changes to some temp folder) Pull  (It will get latest code into your repo) Stash Pop  (It will bring your changes back to your repo from the temp folder) While doing Stash Pop there may be conflict( ) on some files which is committed by other users, that you need to resolve Now you can start working on latest code  For Commit something GIT Sync  (It will open GIT sync UI) Stash Save  (it will save your changes to some temp folder) Pull  (It will get latest code into your repo) Stash Pop  (It will bring your changes back to your repo from the temp folder) While doing Stash Pop there may be conflict( ) on some files which is committed by other users, that you need to resolve Commit  (It will Open the git commit UI, Select only those files that you want to commit ...