Example: Working from own laptop in the office, committing with OfficeName and OfficeEmail from ~/.gitconfig and want to start a project using the same laptop and want to use separate name in git log output automatically with no need to provide it when committing. My .gitconfig: jakar@X270:~$ cat ~/.gitconfig [user] name = OfficeNamer email = email@office.net Solution I found (I use git version 2.23.0): Insert in the global git config 'If' statement [includeIf "gitdir:~/Documents/code/alisqa/"] path...
file with pytest fixtures added
Merge branch 'release/0.0.2'
Merge branch 'release/R'
Initial commit
gitognore for everyone
the last empty row added. PEP
Merge tag 'R' into develop