Learning Some GitHub (An Amazing Code/Software Amalgamation :D)
GitHub - a platform to help people solve problems :D building software
(Able to work with people in different places (coding google docs))
https://git-scm.com/downloads GitHub downloading link !!
Git --version
Echo "This is FileA" > FileA.txt
Echo "This is FileB" > FIleB.txt
Git init
Git add
Git status
Git commit
Git commit --m "Initial Commit"
Git config --list
Git config --global user.name "insert name"
Git config --global user.email "insert email"
Change FileA.txt content to "This is FileA - Version 1"
Git Status
Comments