Skip to content

aishweta/git-command-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-command-playground

learn and practice github commands

How do I pull the latest changes from the main branch into another branch that has already been created?

  1. Switch to the Target Branch: git checkout <target_branch>
  2. Fetch the Latest Changes: git fetch origin

git merge origin/main

About

learn and practice github commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published