Skip to content

Commit

Permalink
Cambiando ficheros
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 14, 2018
1 parent de17e17 commit 027bf86
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Expand Up @@ -79,7 +79,50 @@ <h2 class='fragment'>Crea <em>forks</em> en GitHub</h2>

<aside class='notes'>Este último nos mostrará los ficheros bajados, pero también un fichero .gitignore oculto, y un directorio <code>git</code> oculto que es donde se encuentran efectivamente</aside>
</section>
</section>

<section>
<section><h1>Configura git: <code>~/.gitconfig</code></h1>
<pre><code>[user]
email = jjmerelo@gmail.com
name = JJ Merelo
[push]
default = matching
[core]
editor = emacs</code></pre>

</section>

<section><h1>Configura por línea de órdenes</h1>
<pre><code>git config --global alias.st status</code></pre>
<aside class='notes'>Esto y más en <a
href='https://git-scm.com/book/es/v2/Fundamentos-de-Git-Alias-de-Git'>esta
página de manual</a></aside>
</section>

<section><h1>Configura <strong>la</strong> línea de
órdenes</h1>
<img
src='https://cloud.githubusercontent.com/assets/2618447/6316876/710cbb8c-ba03-11e4-90b3-0315d72f270c.jpg'
alt='configuración molona'>
<h2 class='fragment'>Usa <a
href='https://ohmyz.sh/'>Oh-My-Zsh</a></h2>
<h2 class='fragment'>O <a
href='https://github.com/Bash-it/bash-it'>Bash-it</a> o
<a
href='https://github.com/oh-my-fish/oh-my-fish'>Oh-my-Fish</a></h2>


<aside class='notes'>Es bastante conveniente que se use
Linux en alguna forma para desarrollar. Se puede usar
Windows, pero muchas de estas cosas no van a ser ni fáciles
ni convenientes.</aside>
</section>

</section>

<section>
<section><h1>Cambiando ficheros</h1>

</div>

Expand Down

0 comments on commit 027bf86

Please sign in to comment.