ed: links

This commit is contained in:
devfzn 2022-11-25 18:11:49 -03:00
parent 1f6bf7e81a
commit 523c187733
3 changed files with 22 additions and 22 deletions

View File

@ -1,25 +1,25 @@
#### 📖️ Wiki #### 📖️ Wiki
- Comandos [Basicos Git](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-hoja-de-comandos-basicos-git) - Comandos [Basicos Git](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-hoja-de-comandos-basicos-git)
- Acciones en [Workflows](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Workflows-y-acciones-colaborativas#user-content-workflows) - Acciones en [Workflows](https://gitea.kickto.net/devfzn/basicos_git/wiki/Workflows-y-acciones-colaborativas#user-content-workflows)
-------- --------
### Indice ### Indice
* [Instalación](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-instalar-y-configurar-user) * [Instalación](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-instalar-y-configurar-user)
* [Crear Repositorio (directorio local)](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-repositorio-en-directorio-actual) * [Crear Repositorio (directorio local)](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-repositorio-en-directorio-actual)
* [Git-Reset](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-reset) * [Git-Reset](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-reset)
* [Checkout](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-checkout) * [Checkout](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-checkout)
* [status-log-config](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-otros) * [status-log-config](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-otros)
* [Branches(Ramas)](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-branches) * [Branches(Ramas)](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-branches)
- [Crear/Borrar Rama](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-rama) - [Crear/Borrar Rama](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-rama)
- [Merge/Rebase](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-fusionar-ramas) - [Merge/Rebase](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-fusionar-ramas)
* [Log](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-log) * [Log](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-log)
* [Alias - Stash - Diff - Fetch](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#log-personalizado-y-alias) * [Alias - Stash - Diff - Fetch](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#log-personalizado-y-alias)
* Trabajando con repositorios remotos: * Trabajando con repositorios remotos:
- [Clonar repositorio remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-clonar-repositorio-o-https) - [Clonar repositorio remoto](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-clonar-repositorio-o-https)
- [Ver/Eliminar vinculo remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-ver-y-eliminar-vinculo-con-repositorio-remoto) - [Ver/Eliminar vinculo remoto](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-ver-y-eliminar-vinculo-con-repositorio-remoto)
- [Crear repositorio remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-nuevo-repositorio-remoto) - [Crear repositorio remoto](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-nuevo-repositorio-remoto)
- [Git-Push](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-push-repo-local-a-remota) - [Git-Push](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-push-repo-local-a-remota)
* [Llaves ssh](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-llaves-ssh) * [Llaves ssh](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-llaves-ssh)
* [Git Ignore](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-ignore) * [Git Ignore](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-ignore)
* [Referencias](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-docs-referencias) * [Referencias](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-docs-referencias)

View File

@ -1,7 +1,7 @@
editado editado
test: test:
edición repo local confiugrada user jp.av.dev edición repo local confiugrada user devfzn
test: test:
edicion user Fuzan, desde repositorio local user edicion user Fuzan, desde repositorio local user

View File

@ -75,7 +75,7 @@
</nav> </nav>
<div class="vertical"> <div class="vertical">
<div class="main-header-content inner"> <div class="main-header-content inner">
<h1 class="page-title">/jp.av/dev/</h1> <h1 class="page-title">/devfzn/</h1>
<h2 class="page-description">Proyecto Git.</h2> <h2 class="page-description">Proyecto Git.</h2>
</div> </div>
</div> </div>
@ -99,7 +99,7 @@
<p>Este es el primer post gracias al Curso Profesional de Git y GitHub.<a class="read-more" href="post-1/"></a></p> <p>Este es el primer post gracias al Curso Profesional de Git y GitHub.<a class="read-more" href="post-1/"></a></p>
</section> </section>
<footer class="post-meta"> <footer class="post-meta">
<a href="author/jp.av.dev/">jp.av.dev@gmail.com </a> <a href="author/devfzn/">devfzn@gmail.com </a>
<time class="post-date" datetime="2020-07-12">12 julio 2020</time> <time class="post-date" datetime="2020-07-12">12 julio 2020</time>
</footer> </footer>
</article> </article>