Commit e4ccd58d33cf391181bad6ccbf5cf31cbf4c2974

Set init.defaultBranch for Git
Author: xaizek
Author date (UTC): 2023-10-21 11:47
Committer name: xaizek
Committer date (UTC): 2023-10-21 11:47
Parent(s): bf3eb46b8fabdbff3c9b92bc57ca958dbf517144
Signing key: 99DC5E4DB05F6BE2
Tree: 78a5bfae19054fc3b31c33b8146abd62f17cd07a
File Lines added Lines deleted
gitconfig 3 0
File gitconfig changed (mode: 100644) (index fbd0f83..16a6387)
1 [init]
2 defaultBranch = master
3
1 4 [core] [core]
2 5 # make tabulation character visible in diffs # make tabulation character visible in diffs
3 6 pager = sed 's/\t/. /g' | less -R pager = sed 's/\t/. /g' | less -R
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master