Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

links, articoli, libri e cheatsheet per imparare ad usare git da terminale

Notifications You must be signed in to change notification settings

DavideTedesco/learn_git_quickly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn to use Git as quick as possible

The most important commands

  • clone a repository with: git clone http://www.thelinkyouwanttoclone.com.git

  • update a repository with: git pull

  • commmit to a repository with: git commit -am "insert here your comment"

  • after you've added one or multiple files to a folder you must type git add . to show git the fact that you want to add them remotely

  • after a commit or an add you need to push your files into the repository via this command: git push

  • Create a folder in local and then connect it to your account on git

MarkDown files

READMEs are in .md (markdown)

Master the art of .gitignore

Install Git

Git on UNIX platforms

Git is included in your terminal!

Yes, macOs has already Git installed

Git on Windows

Unfortunately Bill decided not to include Git on your machine, but you can remediate by downloading a terminal that will give you UNIX and commands powers: Git for Windows

History of Git

Useful commands for git commit

Problems in Git commits

Games to learn how to use Git

About

links, articoli, libri e cheatsheet per imparare ad usare git da terminale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published