Skip to content
rizcompeer edited this page Jul 19, 2016 · 7 revisions

How to remove directory from the git

git rm -r --cached FolderName
git commit -m "Removed folder from repository"
git push origin taseen

Clone repository

sudo git clone https://github.com/bailoo/itrack

Local git command

sudo git add
sudo git commit
sudo git pull

APPLICATION CONFIGURATION

sudo mkdir vts
sudo ln -s /mnt/itrack/beta beta

GITHUB USAGE

https://guides.github.com/activities/hello-world/

GIT HELP

git help -a

Clone this wiki locally