Jump to content
  • 0
tmav94

Git command for update your "branch" without lost your data mods

Question

2 answers to this question

Recommended Posts

  • 0

git commit -am"commit message for your changes"

git pull

 

 

Merge conflicts by hand if any.

 

In above case you have created new branch named myfolder.

 

 

Git checkout master

^ will bring back to.master Branch

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.