Erdal TAŞKESEN

Erdal TAŞKESEN

Follow
Follow
homeBook NotesThanksSponsornewsletter
Tag

Git Tips

#git-tips

More content

Read more stories on Hashnode


Articles with this tag

Creating and Applying Patch in Git

Sep 5, 20201 min read

I’m using the erdaltsksn/blank as a Template for my open-source projects. When I make a commit in this repository, I need to apply the same commit to...

Creating and Applying Patch in Git

How to partially stage files

Dec 20, 20182 min read

GIT has a wonderful idea that is known as the staging area. The stage area is the place where you prepare the files that are going to be on your next...

How to partially stage files

How to fix wrong Git Tag date

Nov 7, 20182 min read

You can add a tag to a previous commit in Git using the command git tag TAG_NAME COMMIT_HASH. However, this will update the tag's date, which can...

How to fix wrong Git Tag date