Skip to content

Project #58 of Codecademy's Full Stack Engineer Career Path

License

Notifications You must be signed in to change notification settings

AntonV0/birthday-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Birthday Party

Project #58 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

This project is a short tutorial of how branching works on GitHub using a VS Code terminal. Two branches were created (unordered-list and big-heading) and merged to the master branch with the edited code.

What I Learned

  • Creating (git branch branch-name), switching to (git switch branch-name), deleting (git -D branch-name), and merging (git merge branch-name) branches
  • Pushing branches to GitHub (git push -u origin branch-name)

Please note that in most cases, in each project, the first or second commit is the starter code provided by Codecademy.

About

Project #58 of Codecademy's Full Stack Engineer Career Path

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages