Readme clarify language

This commit is contained in:
Kiril Videlov 2024-01-29 10:23:30 +01:00 committed by Kiril Videlov
parent 1297b4fe2a
commit 331dfe8efe

View File

@ -56,7 +56,7 @@ And finally, while in Git it is preferable that you create your desired branch a
## Why GitButler?
We love Git. [@schacon](https://github.com/schacon) has published the [Pro Git](https://git-scm.com/book/en/v2) book. At the same time, Git's user interface has hardly been touched for 15 years. While it was written for Linux kernel devs sending patches to each other over mailing lists, most developers today have different workflows and needs.
We love Git. Our own [@schacon](https://github.com/schacon) has even published the [Pro Git](https://git-scm.com/book/en/v2) book. At the same time, Git's user interface hasn't been fundamentally changed for 15 years. While it was written for Linux kernel devs sending patches to each other over mailing lists, most developers today have different workflows and needs.
Instead of trying to fit the semantics of the Git CLI into a graphical interface, are starting with the developer workflow and mapping it back to Git.
@ -96,7 +96,7 @@ Using Git you can stash your changes and switch to another branch, where you can
> Say you want to test a branch from someone else for the purpose of code review.
Using Git trying out someone else's branch is a full context switch away from your own work.
*With GitButler******** you can apply and unapply (add / remove) any remote branch directly into your working directory.
*With GitButler* you can apply and unapply (add / remove) any remote branch directly into your working directory.
## Documentation