Outreachy Internship Experiences
Outreachy '21 Intern under the Git project. This blog series constists of my weekly Outreachy project updates...
Read More
Written on March 2, 2021
Received reviews on the previous patch series and continued working on the Implementation of "drop!" commit
.
Read More
Written on February 25, 2021
Last week I spent on stitching up the loose points in the prepared patches of “amend!” commit (workbranch) and finally sent it to the mailing list. After that also started with the second part of project i.e to Implement the “drop!” commit.
Read More
Written on February 17, 2021
U TURN in the project and worked on further improvements required in the previous patch series.
Read More
Written on February 9, 2021
Last week I spent on preparing the patch series, for the implementation of amend! commit (work-branch) and about to send it on the mailing list.
Read More
Written on January 31, 2021
Last week was spent debugging the patch series, solving bug, addressing the code reviews and also doing some corrections in implementation of amend! commit.
Read More
Written on January 25, 2021
Received reviews on the patch series sent last week to Git mailing list and also discussed regarding the implementation of next subtask.
Read More
Written on January 16, 2021
Writing CLEAN CODE - CLEAN PATCHES - that are easily readable and maintainable is also an essential part. So, this week is spent mostly on fixing up the commits, commit messages, making preparatory/clean-up patches and debugging for more changes.
Read More
Written on January 8, 2021
I started with, finding the answers of what happens when we run git rebase -i
? How does the code work after we edit the git-rebase-todo
?
Read More
Written on December 31, 2020
Working on git
using git
. And it’s true that we can’t just avoid the conflicts
. Although, git
makes the merging or integration of code from different branches very easy and handles itself but there are many situations in which it results in merge conflicts and at that time it is required to be solved manually.
Read More
Written on December 15, 2020
My first task in the project is to Implement the reword!
commit in the git interactive rebase. This would be an alternative to the fixup!
and squash!
commit which would allow the user to edit the commit (either commit message or content or both) when they create a reword!
commit rather than when they rebase. And for the coming weeks I will be working on this task.
Read More
Written on December 8, 2020
All it started with Open Source. I always wanted to be an active open source contributor and believe that the best way to improve skills is by contributing to open source projects.
Read More
Written on December 5, 2020