December 3, 2022June 18, 2023Technology Git Submodules Git Submodules allows to use a git repository as a subdirectory of another repository. This enables us to use another repository with […]
October 28, 2022June 18, 2023Technology Update user name/email of pushed commit in GIT Sometimes we might need to update user name/email of pushed commit in GIT.It might happen that we are working with multiple users […]
October 17, 2022December 1, 2022Technology SSH Configuration for Multiple GIT Users Config file settings The first Host section is if you want to have a default user setting. Can be removed if you […]
February 17, 2022November 1, 2022Technology How to Ignore Everything in a Folder except Specific File(s) in GIT Sometimes it might be required to ignore everything in a folder except specific file(s). For anyone working with git, they would be […]
February 9, 2018December 6, 2022Technology Git Commands Git Commands lists some basic commands that makes working with GIT easier. It’s a go-to cheat-sheet for everyday GIT. Initialize an empty […]
September 30, 2017July 9, 2019Technology Working with GIT – Part 3 (Problems with pull push fetch and merge) While working with git, git pull and git push make up for the majority of the commands we run. git pull This […]
August 5, 2017February 17, 2022Technology Working with GIT – Part 2 (Working with branches) While working with repositories, one would have come across the concept of branch. While in every CVS system, the meaning of branch […]
August 10, 2016February 17, 2022Technology Working with GIT – Part 1 (Creating my first git project) I have started working on git recently for my projects and find it a huge step towards keeping my work organized and synced. […]
July 28, 2016October 1, 2022Technology Git Commands – The Basics Have you started working on git recently and feel a little clumsy about its command line way? I have been there too, […]