You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our mission has taken an urgent turn. Ra'ad, our valued ally, is in the grasp of Aggregor, a formidable foe who can intercept our communications. Complicating matters, Aggregor has the ability to intercept and decrypt our commit messages, endangering our allies' identities. To safeguard our allies and prevent Aggregor's ascent to power, we must merge the names of our allied aliens from the last four commits into one fortified commit using rebase.
Time is short. Let's unite our strengths and thwart Aggregor's plans before it's too late. Victory awaits us as we stand together against the darkness threatening our universe.
Tactics
Verify the status of your log from the following command
git log --oneline
Merge the previous four commits into a single commit using the following command :
git rebase -i some-number
Find that some number on your own.
Again, take a screenshot of git log --oneline and add it to the doc file.
Attention, members of the Alien Force alliance
Our mission has taken an urgent turn. Ra'ad, our valued ally, is in the grasp of Aggregor, a formidable foe who can intercept our communications. Complicating matters, Aggregor has the ability to intercept and decrypt our commit messages, endangering our allies' identities. To safeguard our allies and prevent Aggregor's ascent to power, we must merge the names of our allied aliens from the last four commits into one fortified commit using
rebase
.Time is short. Let's unite our strengths and thwart Aggregor's plans before it's too late. Victory awaits us as we stand together against the darkness threatening our universe.
Tactics
git log --oneline
and add it to the doc file.Fortify
Note
You may enter into Vim while rebasing. It is hard to get out of it :P
The text was updated successfully, but these errors were encountered: