git clone [the-url]
ex: git clone github.com/maazghani/site.git
# pull the latest code
git pull
# create a branch
git checkout -b ammi-branch
# list files
ls
## list files in a list
ll
# move into a directory
cd directory
# move out of a directory
cd ..
# to run browser sync
browser-sync start --server --directory --files "*"