Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 192 Bytes

File metadata and controls

16 lines (10 loc) · 192 Bytes

Git commands

git init on pycharm

create a .gitignore

add .idea/ and venv folder into .gitignore

git status

git add .

git commit -m "message"

git push -u origin master `