+[5 years ago]jhasshttps://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site +[5 years ago]herol3oy? +[5 years ago]chris_99Hi, this might be a silly question, but i created a project and linked to a repo, but when i go on the repo, it doesn't seem to show a project in the projects tab, it just says projects (0) +[5 years ago]mike18hi, how can i re-sync a pull request with the source: branch? +[5 years ago]jhassadd the upstream repository as git remote, git fetch that remote, and (assuming you called that remote upstream) either git rebase upstream/source_branch or git merge upstream/source_branch; resolve any conflicts on the way and then git push (-f for the rebase option) your updated branch to your fork
jhass, thanks. can i also assign a custom domain to every repository too? (Gitlab does!)
+[5 years ago]dkaHow can I revert the GitHub notifications to old layout ? +[5 years ago]R2robotI don't think you can. The new one isn't in beta any more apparently +[5 years ago]R2robotclick the "Give Us Feedback" link and tell them what you don't like and what you like. +[5 years ago]R2robotI did that a few times during the beta and thankfully, what they originally had wasn't released. I still don't like the new version, but at least they improved it some. +[5 years ago]Wes-Mornin' folks -- looking for some advice. I've forked a project on github, and my changes will /not/ make it into mainline. What is the best way for me to set up my workflow so that I can track changes from the mainline? I normally do my work on feature branches and merge back to master. Do I keep this up, and just keep merging from the mainline master, or is there a smarter way? (My changes are surgical, difficult merge confli