Linux Commands # Repull Repo git pull # View file flags git ls-files --stage ./ # Add file flag git update-index --chmod=+x ./someScript.sh # Del file flag git update-index --chmod=-x ./someScript.sh