Want to create a Gist from your editor, the command line, or the Services menu? Here's how.
This file contains 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
# Une fois que tu as créé ton dépôt sur GitHub | |
# Et que tu as installé tous les utilitaires | |
# (Toutes les commandes suivantes devront être lancée dans ton répertoire de travail avec Git Bash) | |
# 1 - Tu initialises ton dépôt local | |
$ git init | |
# 2 - Tu ajoutes l'URL vers ton dépôt distant (GitHub) | |
$ git remote add origin [email protected]:br1o/Basics.git |
This file contains 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
bootstrap-tooltip.js | |
bootstrap-popover.js | |
bootstrap-alert.js | |
bootstrap-button.js | |
bootstrap-carousel.js | |
bootstrap-collapse.js | |
bootstrap-dropdown.js | |
bootstrap-modal.js | |
bootstrap-scrollspy.js | |
bootstrap-tab.js |