Github

[Github] Team Project Tips, Solution when Gitignore is not Working

Koowoy
Problem Since I was using Github in cooperation for the first time, there were a few problems I have encountered with pull and merges. Before I pushed my working branch to Github, I should have checked whether an existing pull request exists, and if that were the case, the existing pull request should have be reviewed and merged first before I pushed my branch. This would have prevented me from facing merge conflicts after pushing to github.

Setting up Github Profile

Koowoy
After a long break from mending my Github, I returned and started with setting up my github profile. Basics In order to set up the profile page add various personal details on the profile page, a new repository is needed, with the name set up as github username. (for instance, in my case, my id is uk960214, therefore I created a repository with the name “uk960214”) The readme.md file on this repository will be shown in the profile page.