Skip to content

Instantly share code, notes, and snippets.

View boocle's full-sized avatar
🏠
Working from home

Maxime Roca boocle

🏠
Working from home
View GitHub Profile
@boocle
boocle / Instructions.md How to clone a git repo to an existing folder (not empty)
  1. First get to the existing directory
    $ cd my/folder/

  2. Now start a new git repository
    $ git init

  3. Identify if the current elements on the directory are needed or not and add them to the .gitignore file. When ready...
    $ vim .gitignore

  4. When ready create the first commit on the server

@boocle
boocle / git-command.md
Created August 25, 2016 16:45 — forked from aquelito/git-command.md
GIT - Ligne de commande principale

Github

Configuration

Identity Name

$ git config --global user.name "aquelito"