Compare commits

..

No commits in common. "192f67bdfe5d2b573cc080ce2e1788355c78f295" and "c50f27d11020d7fced4c89dc1f7cb194c665291f" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
# My Jujutsu aliases
```toml
[aliases]
init = ["git", "init", "--colocate"]
cma = ["commit", "-m"]
```

View File

@ -7,8 +7,6 @@ This is a repository with useful snippets of various kinds of code
- [Git](./src/branch/master/Git/)
- - [stash](./src/branch/master/Git/stash.md)
- - [common](./src/branch/master/Git/common.md)
- [Jujutsu](./src/branch/master/Jujutsu/)
- - [aliases](./src/branch/master/Jujutsu/aliases.md)
- [Linux](./src/branch/master/Linux/)
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
- - [processes](./src/branch/master/Linux/processes.md)