Skip to content

sbrunaugh/TuesdayExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Here are all the git commands we learned today:

git init --> initialize a new git repo.

git checkout -b "<branch-name>" --> creates a new branch and switches to it.

git add <file name> --> tracks the changes in a file.

git commit -m "<message>" --> commits changes to a local branch.

git push --> pushes local branch up to "origin".

// Guidelines
1. Don't work on master branch. Use your own branch.

About

asdf

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors