I use Git almost daily but I need my memos for the uncommon operations. Therefore the posts: Part 1: Git Configurations Part 2: Using Forks in GitHub (this post) This is a short memo about using a forked repository in GitHub to submit a pull request (PR) to the upstream repository. First of all, I […]
Tag: git
Git Configurations
I use Git almost daily but I need my memos for the uncommon operations. Therefore the posts: Part 1: Git Configurations (this post) Part 2: Using Forks in GitHub When I’m using Git I need to first configure it. Well, strictly speaking, if I’m only going to clone some repository I don’t need to especially […]