Skip to content

alex-jaimes/git-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

git-fundamentals

Git fundamentals

Git set initial default branch name to main

git config --global init.defaultBranch main

Add a new branch

git checkout -b my-branch

Merge a feature branch

git checkout main
git merge my-branch

...

About

Git fundamentals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •