aboutsummaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-03-01 18:19:45 +0100
committeralex <alex@pdp7.net>2026-03-01 18:19:45 +0100
commit2b192d8dfbd32777fb65243140872e0d6712d94e (patch)
tree0cfd648bb9f7ef2016f435120b8befc35739a208 /programming
parent6babcc77e68cfd3e7920a72172e684185f2e427e (diff)
Move GitHub annoyances to blog website
Diffstat (limited to 'programming')
-rw-r--r--programming/git/github_annoyances.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/programming/git/github_annoyances.md b/programming/git/github_annoyances.md
deleted file mode 100644
index df373bd7..00000000
--- a/programming/git/github_annoyances.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# GitHub annoyances
-
-## The repository creation wizard can be confusing initially
-
-When creating a new repo, GitHub offers you to populate the repository with some files (a README, a `.gitignore` file, a license).
-
-In some situations, you have an existing directory in your computer with files that you want to be the initial contents of the repo.
-If you create a truly empty repo, then GitHub displays some instructions that can help pushing the contents of your existing directory to the new repo.
-If you use the GitHub features to populate the repo, then GitHub does not display these instructions and uploading your files requires more knowledge.