Skip to content

This is a basic tutorial for new users to play around with git

License

Notifications You must be signed in to change notification settings

vladd-bit/git_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

git_tutorial

This is a basic tutorial for new users to play around with git.

Contribute to this repository!

  1. Create a Fork
  2. Change something
  3. Create a pull request

Basic git commands:

repo -> repository

clone -> bring a repo down from the internet (remote repository like Github) to your local machine

add -> track your files and changes with Git

commit -> save your changes into Git

push -> push your changes to your remote repo on Github (or another website)

pull -> pull changes down from the remote repo to your local machine

status -> check to see which files are being tracked or need to be commited

init -> use this command inside of your project to turn it into a Git repository and start using Git with that codebase

About

This is a basic tutorial for new users to play around with git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%