Skip to content

hortonw/test-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

test-repo

Second test. Restarting repo.

Advice!

Always pull before you push.

$ git pull origin master

You must add changed files to the commit before you can commit

$ git add FILENAME.ext 
$ git add . 

Always include a message in your commit command line -- NEVER use text editor in git bash

$ git commit -m "Message goes here"

Finally, push push push!

$ git push origin master

About

Second test. Restarting repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published