Ayush PoddarPractically evaluate your system’s performance — Look beyond time complexityTime complexity is a common parameter used to describe the performance of an algorithm. They tell us about the performance of an algorithm…May 10May 10
Ayush PoddarIntroduce checkpoints in your code — Learn how to use tagging in GitGit tags are like checkpoints in your repository’s history. Learn how to create them, list them and view their details.Aug 15, 2023Aug 15, 2023
Ayush PoddarGit Remotes for Beginners: Inspect, Rename and RemoveBeing able to inspect, rename and remove a Git remote are essential to managing it. Learn how to effectively manage your Git remotes.Aug 14, 2023Aug 14, 2023
Ayush PoddarGit Remotes for Beginners: An Introductory GuideLearn how to use “Git remotes” to share your code with the world, collaborate with others, and keep your repositories up-to-date.Aug 13, 2023Aug 13, 2023
Ayush PoddarUn-stage and un-modify a file in Git — Part 2Learn how to un-stage a file, or undo all modifications made to a file in GitAug 12, 2023Aug 12, 2023
Ayush PoddarinTowards DevLess is more — Limit the size of your Git log outputBy default, git log returns all the commits. Generally, we require only a set of them. Learn how to limit the size of your Git log output.Aug 11, 2023Aug 11, 2023
Ayush PoddarCustomise how you view your Git commit logs with these optionsGit provides a number of options to customise how you view your commit logs. Learn about the most common ones.Aug 10, 2023Aug 10, 2023
Ayush PoddarUn-stage (rm) a file in GitIf you accidentally stage a file, how do you un-stage it?Aug 9, 2023Aug 9, 2023
Ayush PoddarView the changes you have made to your Git repository — Intro to git-diffLearn how you can view the changes you have made to your Git repository.Aug 8, 2023Aug 8, 2023
Ayush PoddarUse your gitignore efficiently — Learn supported patterns.Learn the patterns supported by gitignore to use it efficiently and avoid weird bugsAug 6, 2023Aug 6, 2023