Skip to content

vicbguti/java_active_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Git CheatSheet

Starting your project

´mkdir folder_name´: Make a folder ´cd folder_name': Change directory

Cloning for contribution

´git clone ssh_code´: Clone the project

Use a branch

´git branch´: See in which branch you are ´git branch own_branch_name´: Create your branch ´git checkout own_branch_name´: Change branch

Once you made changes

´git diff´: See the diferences from the original file ´git checkout master´: Switch to master ´git pull´: See for updates

Link with master

´git checkout own_branch_name´ ´git pull´ ´git add .´: Group all the files changed in one additive ´git commit -m "Changes made are..."´ ´git push´

About

Java Tutorials in Practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages