jolicode / jolicode/codingstyle

[RFC] Git standard configuration

Offen
#2 6 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
GIT
Vorherrschende Sprache
PHP
Sterne
23
Forks
3
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Should we establish a default configuration for git? Everybody would be free to use it / customize it / or discard it completly but this default config would probably be useful for newcomers. Something among:

~/.gitconfig

```
[core]
excludesfile = ~/.gitignore
[alias]
st = status
df = diff
co = checkout
ci = commit
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative

[branch]
autosetuprebase = always
```

~/.gitignore

```
.idea
.DS_Store
._*
.Spotlight-V100
.Trashes
.buildpath
.project
.settings
```

What do you think?

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

Review the proposed ~/.gitconfig and ~/.gitignore contents and the repository description to determine whether this project should provide a default Git configuration. Clarify the intended distribution, customization, and acceptance criteria before implementation; done means the project has an agreed scope and documented default configuration.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
git
Bereich
tooling
Issue-Typ
Feature
Schwierigkeit
5/5
Geschätzter Aufwand
Über eine Woche
Aktivitätsstatus
Veraltet
Klarheit
Muss geklärt werden
Anfängerfreundlichkeit
25/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.