SyntaxFix
Write A Post
Hire A Developer
Questions
git fetch --all git checkout origin/master -- <your_file_path> git add <your_file_path> git commit -m "<your_file_name> updated"
This is assuming you are pulling the file from origin/master.