checkout tag

2 questions


2 answers
45 views
0
I want to change the branch in Git local. git checkout -b 1.3-master, but the local source is still there.

hkef@BATMAN ~/Sites/meteor/sandbox/simple-todos-react [master]± ± % git branch * * masterhkef@BATMAN ~/Sites/meteor/sandbox/simple-todos-react [master]± ± % git branch -r ...

2 years ago

1 answers
45 views
0
Overwrite git with pull or check out

Two people worked separately under the same project. I'd like to receive the sauce from another person's git. At this time, only the source name is the same, and the contents have changed a lot. There...

2 years ago

© 2024 OneMinuteCode. All rights reserved.