-
## File Path
* Linux: `~/.gitconfig`
* Windows: `C:/Users//.gitconfig`
## Example
```
[user]
email = xxx@yyy.zzz
name = xxx
[http]
proxy = 127.0.0.1:10809
[core]
edito…
-
Agregar tutorial de git y github
-
-
-
## Description
Git has been shown respect on dev. This means we can finally get rid of the DB backups 🎉. This issue will be used to tackle the integration of git with Express Server, .NET API, and …
-
As my git directory is located on a different server with different users, I got an "unsafe git directory" warning. I currently work around this using the following in my .yml (docker swarm):
c…
-
So I'd say a good 80% of the time, the git integration works as expected, without any hitch. Sometimes however, MM requires a restart before the Git dialog will appear. I say it's sporatic because i…
-
```
from datetime import datetime, timedelta
import subprocess
from PIL import Image
import os
def init_repository():
if not os.path.isdir(".git"):
subprocess.run(["git", "init"])…
-
-
ywsfalahmdalys@gmail.com