Skip to content
/ math Public

Learning git in a moth of lunches

Notifications You must be signed in to change notification settings

euricoder/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning git

Reading: Learn git in a month of lunches

Usefull command to investigate and lear more

  1. git help repository-layout
  2. git help gitglossary
  3. git checkout
  4. git reset
  5. git commit
  6. git branch
  7. git reflog
  8. git stash
  9. git diff branch...branch (they can be tags or just commits sh1)
  10. git log -n number (number= any number of commit you want to be displayed, shorthand -number)
  11. git remote rename old_name new_name
  12. git remote add name url
  13. git ls-remote
  14. git push name_of_remote name_of_branch
  15. git pull
  16. git fetch
  17. git merge

Intersting commands

  1. git log --graph --decorate --pretty=oneline --all --abbrev-commit
  2. git checkout -b name_of_brach starting_point

I need to lear how to write markdown documents definetely

  1. I will use this secction to annotate some markdown sintax to help me figure it out.

About

Learning git in a moth of lunches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages