Wednesday, June 6, 2012

Bash Adventuring - Commit, Dummy!

My Go-To Bash Site
File Modified?
Watch Command for MacOSX (man page here)
Stat Command (man page)


Be Confident (From http://katemats.com/)


To Update USING GIT
git add .
   // add new things
git commit -m ""
git push origin master
  // put local content to master

NOTE: after committing locally, if collaborating, pull first (then push)

https://github.com/smargonz
          See bug-topia / ReminderBash

:D

No comments:

Post a Comment