Akoz
Tech with Akoz

Tech with Akoz

Follow
Follow
homebadges
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

How to edit past commit messages, not only previous one.

May 18, 20222 min read

$ git commit --amend -m is not the solution. · At my work, I was assigned to a new project and tried to push my commits to the repo for the first time....

How to edit past commit messages, not only previous one.

Powerful Git commands that would save your life!

Jan 25, 20223 min read

git reset, git stash, git commit --ammend · Since I've been developing an app in a team, I realized there are very useful git commands that I often use. ...

Powerful Git commands that would save your life!

How to Set Personal Token for Github

Sep 20, 20212 min read

Because Github doesn't allow push or pull using password authentification anymore... · On August 27th of 2021, I made a simple project and tried to push...

How to Set Personal Token for Github