Set up a global .gitignore file to avoid committing IDEs, editors and system files.
Create a new repository on GitHub (in my case git-and-bash-aliases).
To avoid errors, do not initialize the new repository with README, license, or gitignore files. You can add these files after your project has been pushed to GitHub.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ######################################################################################### | |
| # GIT AND BASH ALIASES DEFINITION IN A SINGLE FILE `.BASH_ALIASES` WITH GIT AUTO-COMPLETION | |
| # ######################################################################################### | |
| # All these git commands and bash aliases are tested on git version 2.17.1 on Linux Mint 19 | |
| # This compilation of aliases is an experiment. | |
| # On a daily basis, I use only a few of these aliases ¯\_(ツ)_/¯ | |
| # ********** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :toc: macro | |
| :toc-title: Table of contents | |
| :toclevels: 3 | |
| :numbered: | |
| :experimental: | |
| :BACK_TO_TOP_TARGET: top-target | |
| :BACK_TO_TOP_LABEL: ⬆ Back to top | |
| :BACK_TO_TOP: <<{BACK_TO_TOP_TARGET},{BACK_TO_TOP_LABEL}>> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :toc: macro | |
| :toc-title: Sommaire | |
| :toclevels: 3 | |
| :numbered: | |
| ifndef::env-github[:icons: font] | |
| ifdef::env-github[] | |
| :status: | |
| :outfilesuffix: .adoc | |
| :caution-caption: :fire: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :toc: macro | |
| :toc-title: Sommaire | |
| :toclevels: 3 | |
| :numbered: | |
| ifndef::env-github[:icons: font] | |
| ifdef::env-github[] | |
| :status: | |
| :outfilesuffix: .adoc | |
| :caution-caption: :fire: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :toc: macro | |
| :toc-title: Sommaire | |
| :toclevels: 3 | |
| ifndef::env-github[:icons: font] | |
| ifdef::env-github[] | |
| :status: | |
| :outfilesuffix: .adoc | |
| :caution-caption: :fire: | |
| :important-caption: :exclamation: |
Classic example, but very fun for testing and discovering Three.js : with controls panel, change more than 70 parameters, and play with Sun, Earth and Moon, lens flares, textures, bump mapping, animations, lights, shadows, ...
A Pen by jprivet_dev on CodePen.
NewerOlder