Oscar Ablinger
Oscar Ablinger

Oscar Ablinger

Follow
homeOther Linksnewsletter
Tag

Bitbucket

#bitbucket

More content

Read more stories on Hashnode


Articles with this tag

How to automatically create fixup commits

Jul 26, 202111 min read

Save time when implementing PR fixes with this neat script · Let’s say you’ve submitted a pull request with nice atomic commits and your colleagues have...

How to automatically create fixup commits

Ensure atomic commits in the CI

Jul 19, 20212 min read

The idea of atomic commits has been considered best practice by many people. It essentially means that every commit on the master branch should at...

Ensure atomic commits in the CI