SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using the Git Bash shell, you can use the following trick:
> webpage.html
This is actually the same as:
echo "" > webpage.html
Then, you can use git add webpage.html to stage the file.
git add webpage.html