Skip to content

MattMackreth/GitHubTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

How to Git/Github

This is a file of how to do various things with git

Quick guide for updating changes on Github

  • $ git add .

  • $ git commit - m 'What has changed'

  • $ git push <destination> <branch>

How To:

Track your files with Git

  • $ git add . Adds all files

  • $ git commit -m "Meaningful Message of what has been changed" Commits changes

Create a repo on Github

  • Got to Github
  • Click create new repository

Add a remote connection

  • Copy the "$ git remote (...)" line
  • run the line in terminal

Push to Github

  • git push <destination> <branch>
  • $ git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors