Skip to content

Instantly share code, notes, and snippets.

View o1egl's full-sized avatar

Oleg Lobanov o1egl

View GitHub Profile
@o1egl
o1egl / test
Last active February 11, 2021 23:08
foo

Keybase proof

I hereby claim:

  • I am o1egl on github.
  • I am o1egl (https://keybase.io/o1egl) on keybase.
  • I have a public key ASB4tWaLYvxzN9Mb8VJjecdhPjxiMTuRoh69R8AYG7PqnQo

To claim this, I am signing this object:

@o1egl
o1egl / gist:4f592e27ab41a855260dd5823cafdddc
Created December 18, 2018 16:22
Squash all commits in feature branch
git reset $(git merge-base master $(git rev-parse --abbrev-ref HEAD))
/*
* Copyright 2014 Chris Banes
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software