git branch
git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch$ git checkout -b iss53
Switched to a new branch "iss53"git rm file.java
git commit -m "removing"
git push origin master
git branch BranchName :- Creating branch
git branch :- checking branch master
git checkout BranchName :- name is a branch name where you want to switch
git branch -d BranchName :- deleting brach on local
git push origin : deletedBranchName :-
deleting Branch deteled on local(intellij) from Remote(gitHub WebSite)
git branch -a :- Cheking all branchs even deleted on Local (but not in remote)
git checkout -b BranchName :- Creating branch and Switching to the new branch
git merge BranchName :- Merging branch
git push --set-upstream origin BranchName :-
Pushing branch to remote (gitHub WebSite) from local (intellij)
git fetch origin BranchName :-
Pulling branch to local (intellij) from remote(github WebSite)
git push origin branch1:branch2
git pull origin branch1:branch2$ git branch iss53
$ git checkout iss53git checkout -b <new-branch-name>git checkout -b <new-branch-name>
Also in C++:
- duplicate clone remote branch locally git
- dirsearch file website
- curl test https
- how to send your code to github
- no ip linux
- problema hora windows ubuntu
- grep ignore repeated lines
- git abort changes
- how to switch branches git
- git delete origin branch
- how to kill port in ubuntu
- bash if
- git supprimer branche origin
- how to instal psql linux
- ubuntu server change timezone
- bash print n lines after match
- filter npm audit only high
- wireless adb
- flask install venv
- windows run powershell script from task scheduler
- git remote remove origin fatal no such remote 'origin'
- verificaçao ficheiro linux bash
- install noedjs
- - Installation request for jenssegers/mongodb ^3.6 -> satisfiable by jenssegers/mongodb[v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4]. - Conclusion: don't install laravel/framework v7.22.4