- Create a git repository
- Git operations git clone [URL] cd directory_name
- Configure Git git config --global user.name "Name" git config --global user.email "user@example.com"
- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
chenshi910814/Githubworkflow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Documentation of git and github workflow
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published