Skip to content

sschipke/black-stories-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garrett:

Managing code

In atom with your terminal open (ctrl + ~)

Type the following commands in order:

  1. $ git checkout develop
    • this will checkout to the main 'branch' which is the code we use to deploy to the internet
  2. $ git pull
    • This will fetch the latest version of code from this main branch
  3. $ git checkout gchappell
    • This is your 'local branch' where you can make changes
  4. $ git merge develop
    • This will bring in the latest changes to your local branch which will allow you to work on changes without creating too many conflicts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages