Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 217 Bytes

File metadata and controls

15 lines (11 loc) · 217 Bytes

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