https://github.com/root-hbx/git-usage
Git-Tutorial is a note by hbx concerning the usage of Git
https://github.com/root-hbx/git-usage
git github ssh
Last synced: 6 months ago
JSON representation
Git-Tutorial is a note by hbx concerning the usage of Git
- Host: GitHub
- URL: https://github.com/root-hbx/git-usage
- Owner: root-hbx
- Created: 2024-02-09T04:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T03:02:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T05:29:31.377Z (over 1 year ago)
- Topics: git, github, ssh
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git_Tutorial
>This is a note concerning the usage of Git
## Construction of Note
- Git学习指南前言
- Git个人使用
- Git团队协作
- Gitignore使用规范
## Tutorial
The usage of other folders/files, excluding Note, is as follows:
- daily / daily_1 / daily_2 / daily_3 are utilized in git个人使用.md
- The rest of the C++ files are used in gitignore使用规范.md
- The Markdown files are used in git团队协作.md
## Advices
It's recommended for you to study Git学习指南前言/Git个人使用/Git团队协作/Gitignore使用规范 while testing these c++/markdown files