Conflict 1: hint: Updates were rejected because a pushed branch tip is behind its remote hint: counterpart. Check out this branch and integrate the remote changes hint: (e.g. 'git pull…
source: https://quarto.org/docs/publishing/github-pages.html Download and install Quarto CLI from https://quarto.org/docs/download/ Open your terminal and go to your working directory (e.g. ~/projects/sunny-bak/) Create a quarto scaffolding for your project (template) called funsite;…
This happens a lot. I will try to write out scenarios I've dealt with.. Here are ways to deal with conflicts Decide to delete the file of conflict from Main…
Once you were able to properly authenticate and clone (download) a repository you have a read/write access to, it's time to create a new branch. Why create a branch? it's…
For creating one ssh key for all github repositories, go here Create ssh keys Go to .ssh directory under your user root directory (or anywhere you want to store your…
I was trying to commit files that were created by other developer and I got the following warning. End of Line is handled differently by different operating systems, so When…