Bookmarks
IT
Programming
How to push a new local branch to a remote Git repository
«
How to change last commit message if pushed by mistake
How to set chmod for a folder and all of its subfolders and files?
»
How to push a new local branch to a remote Git repository
git push -u origin new-branch
git fetch origin
git checkout --track origin/new-branch
«
How to change last commit message if pushed by mistake
How to set chmod for a folder and all of its subfolders and files?
»