Commit graph

17 commits

Author SHA1 Message Date
ItsDrike 9e49654e5d
Add diff commit (dcm) git alias 2022-05-29 01:11:15 +02:00
ItsDrike 99f2dae3a5
Add git cleanup alias 2022-03-25 21:43:17 +01:00
ItsDrike 511b24e589
Add git aliases for line information 2022-03-25 21:42:53 +01:00
ItsDrike eb784ab056
Add bareinit git alias 2022-02-11 18:28:25 +01:00
ItsDrike ba9b0f0a3f
Update git signing key 2022-02-10 03:34:47 +01:00
ItsDrike 0fa5db7477
Add alias for quickly stashing staged files 2022-01-25 19:57:02 +01:00
ItsDrike b2a32d8202
Add git alias to clone as bare repo
- This puts all of the git bare files into .bare and adds a .git file
  which specifies it's location. This makes for a nice and clean way to
  handle working with bare repositories
- Bare repositories are very useful since they allow for neat workflow
  by using git worktrees that can basically create folders for
  individual branches. This means we can easily check out given brach
  just by entering that folder and we don't need to worry about
  conflicting files which we'd have to stash and then apply the stash
  once we're done done.
2022-01-10 17:44:45 +01:00
ItsDrike f1e9b37e24
Fix set-upstream alias 2021-12-04 02:40:44 +01:00
ItsDrike 35e213aa39
Use nvim as editor, not vim 2021-12-03 18:58:42 +01:00
ItsDrike f8540e0b70
Add quickclone git alias 2021-12-02 17:31:04 +01:00
ItsDrike b267b97c45
Add more git aliases 2021-12-01 19:58:56 +01:00
ItsDrike f0385c4961
Indent with spaces, not tabs 2021-11-30 10:22:20 +01:00
ItsDrike 65529ffd1d
Add find and show merge commit aliases 2021-11-26 19:06:51 +01:00
ItsDrike b0060162f0
Update git signing key and email 2021-09-22 22:26:19 +02:00
ItsDrike 6a15b9c66d
Don't store git-credentials in home 2021-05-03 16:34:28 +00:00
ItsDrike e3aa39ffc5
Update signing key id 2021-04-30 01:02:59 +02:00
ItsDrike a92c28e1a5
Add further configurations 2021-01-14 14:24:25 +01:00