I hereby claim:
- I am aseure on github.
- I am aseure (https://keybase.io/aseure) on keybase.
- I have a public key whose fingerprint is C59B F659 5BB5 DA63 D15E B246 68EC 096C 357C 2A8D
To claim this, I am signing this object:
| import os | |
| from algoliasearch.search_client import SearchClient | |
| from algoliasearch.configs import SearchConfig | |
| from algoliasearch.http.transporter import Transporter | |
| from custom_requester import CustomRequester | |
| app_id = "" | |
| api_key = "" | |
| index_name = "" |
| git reset HEAD~1 | |
| git add D | |
| git commit --amend -m ‘add C and D files’ | |
| git add E | |
| git commit -m ‘add E file’ | |
| git rebase --continue |
| reword f92bb1d add A | |
| pick 61681da add B file | |
| pick 7d4a28d add C file | |
| edit 57f15b4 add D and E files |
| pick f92bb1d add A | |
| pick 7d4a28d add C file | |
| pick 61681da add B file | |
| pick 57f15b4 add D and E files | |
| # Rebase 78b3f67..57f15b4 onto 78b3f67 (4 commands) | |
| # | |
| # Commands: | |
| # p, pick = use commit | |
| # r, reword = use commit, but edit the commit message |
| $ git --no-pager log --oneline | |
| 2d6361f (HEAD -> master) add E file | |
| 1e33d62 add C and D files | |
| 180b4bd add B file | |
| eb6beee add A file | |
| 78b3f67 root commit |
| $ git --no-pager log --oneline | |
| 57f15b4 (HEAD -> master) add D and E files | |
| 61681da add B file | |
| 7d4a28d add C file | |
| f92bb1d add A | |
| 78b3f67 root commit |
| git fetch | |
| git checkout my-new-feat | |
| git rebase origin/master |
| git checkout my-new-feat | |
| git rebase master | |
| git checkout master | |
| git merge my-new-feat --ff |
I hereby claim:
To claim this, I am signing this object: