-
Notifications
You must be signed in to change notification settings - Fork 0
guangyuli-uoe/testpyt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
conda info --env cd testpyt conda create -n pyt python=3.8 ===== git --version ==== git init cat ~/.ssh/id_rsa.pub git remote add origin [email protected]:guangyuli-uoe/testpyt.git git add readme.txt git commit -m '1213' git branch -m master main git push -u origin main === echo "# testpyt" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin [email protected]:guangyuli-uoe/testpyt.git git push -u origin main ''' 1.19 撤回add: git reset HEAD ''' normal: git add . git commit -m '' git push
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published