Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

2025-11-18-ex1

This is Exercise 1

  • git branch <name>: create a branch in your current HEAD location
  • git switch <name>: switch to the branch
  • git switch -c <name>: create and switch to it in one go, from HEAD

when you push the branch to github, it will automatically update the PR

  • git branch -d <name>: will delete the branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors