Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T28: Contributes to documentation #89

Merged
merged 8 commits into from
Jan 18, 2022

Conversation

danielgranadoscampos
Copy link
Collaborator

R/git.R Outdated Show resolved Hide resolved
R/git.R Outdated
#' este momento
#' @return
#' @export
incluye_upstream <- function(instancia = "guardada"){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faltan espacios entre ")" y "{"

R/git.R Outdated


#' @title Extienda el tiempo de sus credenciales de git
#' @description Esta es una traducida que llama a set_git_timeout().
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supongo que aquí va "esta es una función traducida"

#' esto está escrito para trabajar en servidores remotos donde no queremos
#' almacenar nuestras credenciales de git (otros pueden tener acceso o
#' hacerse pasar por nosotros). En una máquina confiable, la configuración más
#' común sería (en una máquina Linux) <git credential.helper store>. Sin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creo que esto no es únicamente una máquina Linux. Porque se puede hacer desde la terminal de RStudio, pero no estoy seguro cómo funcionaría en macOS o en windows

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nuevo tiquete para esta duda #90

R/sync_branch.R Outdated
#' por medio de git rebase
#'
#' @export
actualizar_rama <- function(){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esto supongo que es una función en construcción o bien hay que validar si no se quedó código fuera del commit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esta es función es una traducción al español, por lo que en el cuerpo solo llama a sync_branch()

README.Rmd Outdated Show resolved Hide resolved
@ronnyhdez ronnyhdez merged commit 03296d2 into ixpantia:master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mistake in credentials vignette
3 participants