Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 590 Bytes

commands_git.md

File metadata and controls

27 lines (17 loc) · 590 Bytes

Commands from Git

Basic routine for commiting

That is how I save a snaptshot/point in time Add together files that you want to commit together.

git add <name of the file>
git commit -m "meaninful msg"

Check the status of my files and directories

Check if they are uncommited, unstaged or untracked

git status

if you restore, you will delete your cheges!!!

Voting for best keyboard option

AZERTY is quite nice actually. 2 votes for AZERTY...sadly enough...

Branchs are good ways to work in collaboration!

addint stuff from github.