blob: 0ccd27616aff48e07fbd041c060872d3761d9b87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
My personal configuration files for
[Emacs](https://www.gnu.org/software/emacs/),
[bash](https://www.gnu.org/software/bash/) and
[git](https://git-scm.com/).
## Git
To clone repositories from Google Cloud:
``` shell
$ git config --global url."https://source.developers.google.com/p/fcuny-code/r/".insteadOf gcloud:
```
You'll need to generate credentials for `.netrc` by following this [link](https://source.developers.google.com/auth/start?scopes=https://www.googleapis.com/auth/cloud-platform&state=franck.cuny@gmail.com).
|