| 
View
 

GitHub

This version was saved 6 years, 6 months ago View current version     Page history
Saved by matthew
on June 30, 2018 at 6:40:36 pm
 
  • My GitHub page can be found here
  • Instructions for syncing a fork can be found here
  • How do I delete a Git branch both locally and remotely? here
  • Keeping a fork up to date here
  • GitHub's SSH key fingerprints here
  • Testing your SSH connection here
  • Online Diff Checker here
  • Location of .profile file C:\tools\msys64\etc\skel\.profile
  • Adding an existing project to GitHub using the command line here
  • Creating a new repository here
  • How to add multiple files in git for a single commit? here

 

Useful Git Commands  

  • git remote -v
  • git remote show origin

 

  • git config --list
  • git config user.name

 

  • git status -s
  • git add <FILE(S).X>
  • git add -A
  • git commit -m '<COMMENT>'
  • git commit -a -m '<COMMENT>'  
  • git push -u origin master
 Keeping a fork
up to date

Comments (0)

You don't have permission to comment on this page.