lnnrtwttkhn / version-control-book

Source code for the Version Control Book, a guide to Git for scientists
https://lennartwittkuhn.com/version-control-book/
Creative Commons Attribution Share Alike 4.0 International
7 stars 2 forks source link

add answers to common questions to book #172

Closed lnnrtwttkhn closed 4 days ago

lnnrtwttkhn commented 4 months ago
::: fragment
#### {{< fa circle-question >}} How can I enable copy-paste in Git Bash?

Click Git Bash icon on the **top left corner**, and choose **options**, Go to **Keys menu** and enable Copy and Paste (Ctrl/Shift + Ins) option.
**Apply and Save.**

:::

::: fragment
- *How to find the Users folder on Windows?*
Use `~` or if pwd is at `/:` you can still use `cd C:`
:::
lnnrtwttkhn commented 4 months ago

duplicate of #167

konradpa commented 4 days ago

This was implemented in #174