Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
|
- [user]
- {% if git_user_email is defined %}
- email = {{git_user_email}}
- {% endif %}
- {% if git_user_name is defined %}
- name = {{git_user_name}}
- {% endif %}
- [init]
- defaultBranch = main
- {% if github_username is defined %}
- [github]
- user = {{github_username}}
- {% endif %}
- [pull]
- rebase = false
|