Skip to content

chenshi910814/Githubworkflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

  1. Create a git repository
  2. Git operations git clone [URL] cd directory_name
  3. Configure Git git config --global user.name "Name" git config --global user.email "[email protected]"
  4. Edit the file and add it to the repository
    • code README.md
    • add any text within the file
    • save the file
    • check status: git status
    • git add README.md
    • git commit
    • git push origin master

About

Documentation of git and github workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published