Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Git Branch control

  1. git checkout -b (new-branch-name)
  2. git push origin (new-branch-name)
  3. git branch -a
  4. // delete branch locally
    git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors