GitXplorerGitXplorer
e

dotfiles

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
90589235433e25336e3218c5e3eb0b4f4bf57aaf

[Mod] Add css rule in .gitattributes file.

eeyecatchup committed 10 years ago
Unverified
4833e2ed4f70d3e9f2c87c7008faa332768050a8

[For] Slightly format the git commit template.

eeyecatchup committed 10 years ago
Unverified
06f1de3bffa94d11c0ff988bb301ba3a24bdcf09

[Mod] Add multiple rules to global gitignore file.

eeyecatchup committed 10 years ago
Unverified
e91b778d91fe54ccc2fd46c5c1d510f0b198132c

[Add] Git attribute filter to replace tabs with spaces.

eeyecatchup committed 10 years ago
Unverified
7db002aa7c49c1ca0d3e2cd12d37bf88b2b8ecfb

[Add] Git pre-commit hook to remove trainling whitespaces.

eeyecatchup committed 10 years ago
Unverified
433015bac79725225666c2090f615a9bfadc6901

[Mod] Add git commit template to .gitconfig file.

eeyecatchup committed 10 years ago

README

The README file for this repository.

My personal dotfiles

Based on 10+ years on the console and the web.

--

More, more, more..

If you're interested in (more) dotfiles, a great starting point is here: https://dotfiles.github.io/.

--

About .gitkeep files

Note that the (empty) .gitkeep files just exist to let Git keep (track of) directories that'd be empty otherwise. This is required because Git's index, by design(!), cannot handle empty directories.

Also note, that .gitkeep is not a documented feature of Git but rather a convention created by the Git community. In fact, the file could be called anything.

That being said, some recent discussions suggest that .keep should be preferred over .gitkeep - as the former is agnostic to Git, whereas the latter is specific to Git. And, secondly, because the .git prefix convention should be reserved for files (and directories) that Git itself uses.

--

License

Released under the Creative Commons Zero v1.0 Universal license.