Answers for "git push empty directories"

0

git push empty directories

gitkeep@example: ~$ mkdir empty-directory
gitkeep@example:~$ cd empty-directory
gitkeep@example:~$ touch .gitkeep
gitkeep@example:~$ git add .
gitkeep@example:~$ git commit -m "Commit empty folder in Git with gitkeep"
gitkeep@example:~$ git push origin
Posted by: Guest on July-15-2021

Browse Popular Code Answers by Language