Ignoring Files
- Create .gitignore file on ROOT directory
- Add files/directories line by line
Example:
example.html
images/*
.idea/* ( Specific for PHPStorm Editor )
Slide 10
Slide 10 text
Check Status
Command:
git status
Slide 11
Slide 11 text
Commit
Command:
git commit -m “Message of Commit”
Slide 12
Slide 12 text
Pull & Push
Command:
git push -u origin master
git pull
Pull - Download from GIT Server
Push - Upload to GIT Server
Slide 13
Slide 13 text
How to Install?
Windows
- http://msysgit.github.io/
OSX ( Requires Xcode )
- https://code.google.com/p/git-osx-installer/
Linux
- Install Windows or Buy Mac
Resources
How to setup Visual Studio with BitBucket
using Git Extensions
- http://goo.gl/pIQtv1
How to Configure BitBucket Git Repository in
you Eclipse?
- http://goo.gl/Pp5uYE