Breaking News

New Updates

git

Vegetable Information Loging

Initial Setup

Madnatery Optional
right click -> →Git Bash Here cd /path/to/your/django/project
git init
git remote add origin https://github.com/your-username/your-repository.git
git commit -m "Initial commit" Br
git push -u origin master Sp

Subsequent Pushes

madnatery Optional
git init
git status
git add • Br
git commit -m "Describe your changes here" git push
went2 :
Last night, I went to the coffee shop to have coffee, but they didn't have any. So, I had tea.

No comments