Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 615 Bytes

File metadata and controls

47 lines (37 loc) · 615 Bytes

Python Production Branch

Table of Contents


GenAI

Gen AI Repository

To pull up code to your laptop:

git pull

→ work

git add .
git commit -m "message"
git push

Daily Routine

From Today — Your Daily Routine is Simply:

Start of Day

Command: (any device)

git pull origin main

During Work

git add . 
git commit -m "message"

End of Day

git push origin main