git Tag

I've been exploring Git recently, and though its incredible power is evident right away, it is quite an endeavor learning it. After immersing myself in it for a couple weeks, I am getting the hang of it. These are the steps I'm using: 1)create beanstalk repo 2)clone beanstalk repo to local (https) 3)move local project into local clone 4)Add 5)Commit 6)push This allows me to work locally in WAMP, create snapshots in time of my projects, and quickly deploy to live servers. It's a bit on the complicated side, but well worth the learning curve....