Skip to content

christopher-black/taaffeite-git-branching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taaffeite Git Branching

List the current branch you are on.

git branch

Create a new branch.

git branch NAME-OF-BRANCH

NOTE: Commonly feature-NAME.

Switch branches

git checkout NAME-OF-BRANCH

NOTE: Changes to files will stay on the branch that you did the commit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published