8000 GitHub - Person1080p/githubNotes: githubNotesToRember
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Person1080p/githubNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Start By Creating a Repo on GitHub on GitHup Repo Page

Copy a GitHub Repo, and Begin Editing Locally

Add New Files in Current GitHub Repo

  • git add ./

Update Repo by Adding Changes to a New Commit

  • git commit -m "Message of Changes"

Update Master of Repo

  • git push

Sync Current Files to Master

  • git pull

Create New Branch

  • git checkout -b "Branch Name"

Status of Branch

  • git branch

Status of git folder

  • git status

Use github-cli

  • gh

About

githubNotesToRember

Resources

Stars

Watchers

Forks

Releases

No releases published
30BC

Packages

No packages published
0