Skip to content

guangyuli-uoe/testpyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

No packages published

Languages