Skip to content

chris-perez/RunningBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunningBack

###Workflow###

  1. Create new branch
  2. Commit changes often to your branch
  3. Submit a pull request when all your changes are ready to be merged
  4. Someone else should review and accept the pull request

Git Commands

Clone Repo

git clone <GitHub url>

Checkout New Branch

Create new branch from the dropdown menu on github.
Then in terminal type:
git checkout <branch_name>

Pull Remote Changes

git pull

Add New File to Branch Locally

git add <file_name>

Add All New Files to Branch Locally

git add -A

Commit Changes Locally

git commit -m "commit message"

Push Changes to Remote Branch

git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •