Fresh Beginning
  • Home
  • Portfolio
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
Subscribe

Git

A collection of 3 posts
Limiting the Pull Requests Size
small PRs

Limiting the Pull Requests Size

Code review is a great medium to get quality code in the repository and to your customer. One of the mechanisms that facilitate code reviews is a pull request. They together make sure the code is well checked and free from any bugs. Despite the benefits of pull requests, one
Apr 27, 2022 5 min read
Git

How to apply Git Diff and deal with Patch Failed error

Git diff is a powerful command which allows you to see you recently made changes whether they are staged or not. There are however circumstances when you want to stash your diff on one branch and apply on other. We may also have to stash local changes in case we
Sep 23, 2019 3 min read
Using Global .gitignore on Mac
Github

Using Global .gitignore on Mac

If you're a Git user, there is high chance you might be using .gitignore [https://git-scm.com/docs/gitignore] file to ignore certain files from being committed into your remote repo. Now, .gitignore file differs [https://gist.github.com/octocat/9257657] for different languages, frameworks and packages. If you have
Feb 14, 2017 2 min read
Fresh Beginning © 2023
Powered by Ghost