Skip to content

yurisilpess/proj9-web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

creating a branch

git checkout -b [branch name]

verifying the branches

git branch

returning to previous branch

git checkout [branch name]

creating the merge; for this, it needs a master (main)

git merge [branch name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published