Skip to content

gcstaublin/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Git test

This is a repo testing out some git features.

Add a branch

  • git branch name-of-branch

Change to a branch

  • git checkout name-of-branch

Push a new local branch to github

  • git push origin name-of-branch

Get github to begin tracking a local branch

  • git push -u origin name-of-branch

Delete a remote branch

  • git push origin :name-of-branch

Delete a local branch

  • git branch -d name-of-branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published