Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niketpathak/devpreferences
These are my own preferences while doing development.
https://github.com/niketpathak/devpreferences
bash bashprofile devpreferences gitconfig gitignore
Last synced: 3 months ago
JSON representation
These are my own preferences while doing development.
- Host: GitHub
- URL: https://github.com/niketpathak/devpreferences
- Owner: niketpathak
- Created: 2017-03-23T17:01:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T08:44:19.000Z (5 months ago)
- Last Synced: 2024-08-27T17:29:13.263Z (5 months ago)
- Topics: bash, bashprofile, devpreferences, gitconfig, gitignore
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 22
- Watchers: 3
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development Preferences
These are my personal preferences while doing development.
### [Reference article](http://digitalfortress.tech/tricks/creating-a-global-gitignore/) to setup a **global .gitignore** file
### [Reference article](https://digitalfortress.tech/tutorial/create-global-gitconfig-git-alias/) to setup a **global .gitconfig** file as well as **git alias**
#### The default .gitconfig file is located at *~/.gitconfig* (For Unix systems alone. See above article for other OS's).