Commit graph

102 commits

Author SHA1 Message Date
Bhupesh Varshney 62975a8594
remove ko-fi from funding 2022-06-08 19:47:32 +05:30
Bhupesh-V fef1cd6b51 🔧 add support for setting up gitconfig while installing (linux only) 2022-06-07 20:08:41 +05:30
Bhupesh-V 0c159873c1 new installation script for Linux users 2022-06-06 10:56:53 +05:30
Bhupesh Varshney ca8d67d3fc
add link to git undo talk 2022-05-18 19:14:58 +05:30
Bhupesh Varshney 74a88c55ee
add opencollective 2022-05-14 21:03:46 +05:30
Bhupesh Varshney d78ced2315
add git guide badge 2022-05-14 11:36:12 +05:30
Bhupesh Varshney 43ff413f8d
remove author info 2022-04-27 19:50:54 +05:30
Bhupesh Varshney d0be3d9a4e
update installation docs for Mac 2022-04-05 20:19:00 +05:30
Bhupesh Varshney ed8f14a124
bump version 2022-02-18 11:56:55 +05:30
Bhupesh Varshney 435d8302a6
Merge pull request #24 from Bhupesh-V/all-contributors/add-thecesrom
docs: add thecesrom as a contributor for code, bug
2022-02-18 11:46:07 +05:30
allcontributors[bot] 3299e3b6a8
docs: update .all-contributorsrc [skip ci] 2022-02-18 06:15:39 +00:00
allcontributors[bot] e5bb06b0a9
docs: update README.md [skip ci] 2022-02-18 06:15:38 +00:00
Bhupesh Varshney 8071a762f4
Merge pull request #22 from thecesrom/fix/init_test
fix: update strategy for detecting top-level directory
2022-02-18 11:44:18 +05:30
César Román 3a68527405
fix: update strategy for detecting top-level directory
the previous method resulted in a false positive on Git BASH for Windows
2022-02-16 14:20:34 -08:00
Bhupesh Varshney 14d687ccf5
Update README.md 2021-12-08 21:52:40 +05:30
Bhupesh Varshney dfd7401242
add newer demo 2021-10-02 12:14:21 +05:30
Bhupesh-V 8a13b28fc0 🚧 ignore shellcheck warning for now 2021-09-19 10:42:34 +05:30
Bhupesh-V 9a2b07704c ️ fetch changelog after updating ugit 2021-09-19 10:26:37 +05:30
Bhupesh-V c768d699ab 🐛 fix shellcheck issues 2021-09-12 13:12:30 +05:30
Bhupesh-V 84d06089df 💥 getting ready for 5.0 release 2021-09-12 12:50:50 +05:30
Bhupesh-V 3290483124 🚩 bump version 2021-08-21 11:44:38 +05:30
Bhupesh-V 28782275de 🩹 get rid of header + new guide command 2021-08-21 11:43:43 +05:30
Bhupesh Varshney 6c09fcd0d0
optimize actions build time 2021-08-19 13:10:52 +05:30
Bhupesh Varshney ac707cc1d6
Update README.md 2021-08-15 10:06:25 +05:30
Bhupesh Varshney 6ee4e53931
add downloads badge, how tf its 178?? 2021-08-12 10:22:09 +05:30
Bhupesh-V e4d0854dce remove unnecssary stuff 2021-08-08 19:38:21 +05:30
Bhupesh-V 2bef2f15b1 support for undoing all current uncommited changes 2021-08-07 16:37:10 +05:30
Bhupesh Varshney aa7c3ef913
make video demos work on FF 2021-06-11 13:23:45 +05:30
Bhupesh-V 5e2811a24e Merge branch 'master' of https://github.com/Bhupesh-V/ugit 2021-06-05 12:50:38 +05:30
Bhupesh-V 9907ad6276 🎨 add support for picking commit to undo 2021-06-05 12:50:21 +05:30
Bhupesh Varshney b9adda1279
add install docs for fzf 2021-05-31 11:07:55 +05:30
Bhupesh Varshney dd18d3ae0d
Update ----bug-report.md 2021-05-25 19:03:38 +05:30
Bhupesh Varshney 202b82a411
Update README.md 2021-05-24 13:29:31 +05:30
Bhupesh Varshney 60ce7b12dc
update minimum dependencies reqd 2021-05-24 13:28:08 +05:30
Bhupesh-V d08fd276a6 🔖 release ready 2.0 2021-05-21 12:35:11 +05:30
Bhupesh Varshney dc19b9682d
Merge pull request #16 from unixorn/add-git-undo-symlink
Add symlink to git-undo
2021-05-20 20:39:01 +05:30
Bhupesh Varshney def552e63e
get rid of action 2021-05-20 11:48:10 +05:30
Bhupesh Varshney 0c2f60d737
ignore zsh plugin from build 2021-05-20 11:20:44 +05:30
Joe Block 3a918f45ec Add symlink to git-undo
The `git` command will run any command named `git-something` in your
`$PATH` when you run `git something`.

Add a `git-undo` symlink to make `ugit` feel more integrated with `git`.

Closes #15
2021-05-19 11:33:13 -06:00
Bhupesh Varshney b2d696c5d6
Merge pull request #17 from unixorn/add-shebang-to-plugin-file
Add shebang to plugin file to make linting easier
2021-05-19 21:52:00 +05:30
Joe Block aff7a72147 Add shebang to plugin file to make linting easier
Noticed PR linter was unhappy without a shebang - added.
2021-05-19 09:42:55 -06:00
Bhupesh Varshney 64b1db9f0f
be less verbose bhupesh 2021-05-19 20:59:12 +05:30
Bhupesh Varshney a4a10fe9ef
Merge pull request #14 from unixorn/fix-bad-plugin-ref-in-install-docs
Update bad git-extra-commands reference
2021-05-19 20:52:35 +05:30
Joe Block f3bfa7ece4 Update bad git-extra-commands reference
When I was copying the installation instructions, I missed a reference
to `git-extra-commands`, update.
2021-05-19 09:18:58 -06:00
Bhupesh Varshney 3c935455aa
Merge pull request #13 from Bhupesh-V/all-contributors/add-unixorn
docs: add unixorn as a contributor
2021-05-19 18:58:04 +05:30
allcontributors[bot] c8198de10c
docs: update .all-contributorsrc [skip ci] 2021-05-19 13:27:45 +00:00
allcontributors[bot] 852ca580d8
docs: update README.md [skip ci] 2021-05-19 13:27:44 +00:00
Bhupesh Varshney 836fc8cd2a
Merge pull request #11 from unixorn/add-omz-plugin-file
Add oh-my-zsh-compatible plugin file.
2021-05-19 18:56:27 +05:30
Joe Block aeff6c5a48 Add oh-my-zsh-compatible plugin file.
Add ugit.plugin.zsh. This is the standard name used by Oh-My-ZSH
(and oh-my-zsh-compatible ZSH frameworks) for plugins, and once
added to the user's configuration, will be loaded automatically
during login, and add the repo directory to the user's `$PATH` to
make `ugit` available.

This is also used by smarter ZSH frameworks like Antigen and Zgenom
to automatically keep the user's checkout of `ugit` up to date so
they get automatic updates.

Closes #10
2021-05-17 13:32:50 -06:00
Bhupesh Varshney e7628c1639
remove useless badge 2021-05-14 12:30:51 +05:30