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
- Comandos [Basicos Git](https://gitea.kickto.net/jp.av.dev/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)
- 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/devfzn/basicos_git/wiki/Workflows-y-acciones-colaborativas#user-content-workflows)
--------
### Indice
* [Instalación](https://gitea.kickto.net/jp.av.dev/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)
* [Git-Reset](https://gitea.kickto.net/jp.av.dev/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)
* [status-log-config](https://gitea.kickto.net/jp.av.dev/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)
- [Crear/Borrar Rama](https://gitea.kickto.net/jp.av.dev/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)
* [Log](https://gitea.kickto.net/jp.av.dev/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)
* [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/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-repositorio-en-directorio-actual)
* [Git-Reset](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-reset)
* [Checkout](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-checkout)
* [status-log-config](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-otros)
* [Branches(Ramas)](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-branches)
- [Crear/Borrar Rama](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-rama)
- [Merge/Rebase](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-fusionar-ramas)
* [Log](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-log)
* [Alias - Stash - Diff - Fetch](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#log-personalizado-y-alias)
* 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)
- [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)
- [Crear repositorio remoto](https://gitea.kickto.net/jp.av.dev/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)
* [Llaves ssh](https://gitea.kickto.net/jp.av.dev/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)
* [Referencias](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-docs-referencias)
- [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/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-ver-y-eliminar-vinculo-con-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/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-push-repo-local-a-remota)
* [Llaves ssh](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-llaves-ssh)
* [Git Ignore](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-ignore)
* [Referencias](https://gitea.kickto.net/devfzn/basicos_git/wiki/Comandos-Basicos-Git#user-content-docs-referencias)

View File

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

View File

@ -75,7 +75,7 @@
</nav>
<div class="vertical">
<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>
</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>
</section>
<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>
</footer>
</article>