-
Notifications
You must be signed in to change notification settings - Fork 0
nguyenchanh2201/beta_1.1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1/Generate the SSH key with cd ./.ssh ssh-keygen -t rsa -b 4096 -C "[email protected]" Copy the content of your public SSH key, it is the file id_rsa.pub by default 2/ to clone 1 new repo from github.com Command : git clone https://github.com/nguyenchanh2201/Doc.git 3/ to push data to repo in github.com Command : Example file : README.md git add git commit -m " message " git push origin master 4/ to pull data from repo github ( always update data from repo before push data to that ) git pull 5/ check status current git status 6/ Check log git log
About
Project cmusphinz ver beta_1.1
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published