Skip to content

Alimostafa-22/Git_Course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git_Course

Learing Git and github

Basic writing and formatting syntax

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

project notes :-

commands :-

  • git clone + "repo link"
  • git status "show status in this directry"
  • working diectory -> git add ->staging area ->git commit ->local repo ->git push ->remote repo
  • to delete file from stading "git head reset +file name "
  • git commit -m + "commit message "
  • git branch (how many brances in local)
  • git remote -v -> Remote name
  • git psuh + Remote name + Branch name

About

Learing Git and github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published