leotaozeng / blackjack

A basic terminal-based blackjack game written in Python.
0 stars 0 forks source link

Version Control #2

Closed leotaozeng closed 6 months ago

leotaozeng commented 6 months ago

Set up Git tracking in the project directory and make sure to add and commit changes as I make them.

leotaozeng commented 4 months ago

Set up Git tracking with

git init PROJECTNAME

Stage changes with:

git add FILENAME

Commit changes with:

git commit -m "MESSAGE"