how to make copy of branch in git
git checkout -b new_branch old_branch
# initial state
commit 2 (65bc341) O <-- master
|
(more commits) ...
|
commit 1 (125afe4) O <-- origin/master
# run command
git push origin 125afe4:refs/heads/master-copy
# result
commit 2 (65bc341) O <-- master
|
(more commits) ...
|
commit 1 (125afe4) O <-- origin/master origin/master-copy
Also in C++:
- replace delimiter for enter command
- how to reset network on ubuntu 20.04
- git how to archive a branch
- remove unnecessary npm packages
- running html in cmd
- dirsearch file website
- awk how to print line minus end characters
- install grub manually
- install flameshot ubuntu 20.04
- apt install yarn
- ubuntu deskyop repository
- git pull from another user
- yarn clear cache
- command list
- how to install kivy in Ubuntu
- update composer on windows
- lien symbolique linux
- database metasploit kali linux
- git revert to repo version
- pycharm ubuntu download
- ubuntu server change timezone
- wsl2 access folder from windows
- how to install nvm in ubuntu 18.04
- git update fork from original repo