Luka.gitignore File and It’s UsabilityAs the name indicates, the.gitignore file, which is a text file, can be used to let Git know which files and directories to exclude/ignore…Mar 30, 2020Mar 30, 2020
LukaNaming Conventi“With great power comes great responsibility.” This is very true in every aspect of our everyday life. One of the main reasons of human…Mar 23, 2020Mar 23, 2020
LukaEveryday Git CommandsBelow I will be listing git commands that might be useful for everyday programming workflow.Mar 16, 2020Mar 16, 2020
LukaGit Search, Commit History, & Move/Rename Commands [Cheatsheet]No matter how small your codebase is, you’ll often need to find where a function is called or defined, or display the history of a method…Mar 8, 2020Mar 8, 2020
LukaGit Update & Publish Commands[Cheatsheet]There are not very many commands in Git that access the network, nearly all of the commands operate on the local database. When you are…Mar 2, 2020Mar 2, 2020
LukaGit Merge & Rebase Commands[cheatsheet]Git merge and git rebase, both are used to commit changes from one branch into another. The distinction is that both commands are…Feb 9, 2020Feb 9, 2020
LukaUseful Git Commands for Local Changes [cheatsheet]In this article I will talk about how to handle local changes and version control your project with Git.Feb 2, 2020Feb 2, 2020