Skip to content

nartpullif/Rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Rain Objective: Understand more about Java Game programming.

Important git commands

  • git init

  • git status

  • git add [File Name]

  • git commit -m "[put message here]"

  • git log

  • git remote add [put a Variable name here] "[name of remote repo]"

  • git push -u [put a Variable name here] master

  • git pull -u [put a Variable name here] master

  • git branch

  • git branch [name of branch]

  • git checkout [name of Branch]

  • git clone "[ssh link]"

  • git config --global user.email "[Email@address.here]"

  • git config --global user.name "[put your username here]"

  • ssh-keygen -t rsa -C "[Email@address.here]"

  • ssh -T git@github.com

  • git merge ["branch name you want to merge"]

About

New Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages