Hey so I pushed a new folder to my GitHub repository and well it is greyed out. Why?
I'm new to git and have probably done something to git to cause this so how can i start from fresh?
Here's a link to my repo: https://github.com/ZoidinCode/ZoidinCode.github.io/tree/master/dist
I've uninstalled Git and then re-installed it and well this has happened :(
Git:
cd desktop/Artificial-Reason-1.4.6
bash: cd: desktop/Artificial-Reason-1.4.6: No such file or directory
XXXX~/desktop/Artificial-Reason-1.4.6 (master)
$ git add dist/header_light_dark
XXXX ~/desktop/Artificial-Reason-1.4.6 (master)
$ git commit -m "First commit to GitHub"
[master 0e2035b] First commit to GitHub
1 file changed, 1 insertion(+)
create mode 160000 dist/header_light_dark
XXXX ~/desktop/Artificial-Reason-1.4.6 (master)
$ git push origin master
Counting objects: 1229, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (1223/1223), done.
Writing objects: 100% (1229/1229), 49.79 MiB | 443.00 KiB/s, done.
Total 1229 (delta 848), reused 0 (delta 0)
To https://github.com/ZoidinCode/ZoidinCode.github.io.git
* [new branch] master -> master