You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
430 B

  1. ┏━╸╻╺┳╸ ╻┏┓╻╻╺┳╸
  2. ┃╺┓┃ ┃ ┃┃┗┫┃ ┃
  3. ┗━┛╹ ╹ ╹╹ ╹╹ ╹
  4. Create or clone a repository via
  5. - $ git init
  6. - $ git clone
  7. Basic configuration:
  8. - $ git config --global user.name "Foo Bar"
  9. - $ git config --global user.email foobar@example.com