git

7 Articles 0 Followers


Git Keeps Reporting Whole Files Changed When I Merge Branches. Aargh, why?

7 Mar 2023 4 minute read 0 comments Great White Snark

I have encountered a weird problem with git (particularly GitHub), while working for a company with an existing repository: It occurs every time I merge a hotfix/patch branch into develop or develop into main. Instead of only generating diffs for the...

How to create/add SSH key to your GitHub account.

21 Jul 2021 1 minute read 0 comments Amit Kumar1

Hey There! Hope this post helps you in setting up the SSH key in your local and connecting it to GitHub Repos. An SSH key is used to securely connect the local machines to GitHub repositories. Let's see the steps: First, Check if your local machine h...

Ensuring backwards compatibility in deployments by leveraging git tags

3 Apr 2021 4 minute read 0 comments The Finance Hacker

Overview I recently came across a blog post on injecting variables into Golang at build time and that gave me the idea for this blog post. Automating versioning and ensuring backwards compatibility. You can find the code for this application here, on...

Git - [Part 2] Add your code to a Github repository

19 Feb 2021 3 minute read 0 comments Giemo

If you are programming with a team or just for yourself, it is always recommended to add your changes to a version control system. It helps you keep track of your changes and also works as a backup if you lose all your locally stored files. In this a...

Git - [Part 1] What is Git?

28 Jan 2021 4 minute read 0 comments Giemo

Imagine you are working on your project and always save your progress into the same file. One day you realise, that the changes you made the day before are not correct and you would like to go back to a previous state. Because you saved all your prog...

What is a fork?

9 Oct 2020 1 minute read 0 comments jolychristophe

Fork We often talk about a fork in both development and crypto news. What is a fork? When developing a program (it can be for Crypto or anything else), the mader *version the code, so it is shared between different users. When the users who develop t...

Setting Sublime Text 3 for Git Flow

22 Jun 2020 1 minute read 0 comments pensebien

Sublime Text 3 is my best Text Editor and I use it mostly for Development and for every other editing since I moved from Windows to MAC.Yeah!, I lost my touch on Ms Office, anyways everyone started using Gsuite or Google Docs.  I hope to come back t...