-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitHub.tex
More file actions
41 lines (34 loc) · 1000 Bytes
/
GitHub.tex
File metadata and controls
41 lines (34 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%
% Taller de Git y GitHub
%
% GitHub uso básico
%
\section{GitHub}
\subsection{Descargue un repositorio desde GitHub}
\begin{frame}
\frametitle{Descargue un repositorio desde GitHub}
Obtener \textbf{software público} sin tener una cuenta en GitHub es sencillo.
\begin{block}{Descargar Twitter Bootstrap}
\$ mkdir -p \textasciitilde/Descargas/Git\par
\$ cd \textasciitilde/Descargas/Git\par
\$ git clone https://github.com/twbs/bootstrap.git\par
\$ cd bootstrap
\end{block}
\end{frame}
\subsection{Actualize sus copias locales}
\begin{frame}
\frametitle{Actualize sus copias locales}
Los repositorios pueden recibir actualizaciones frecuentes.
\begin{block}<1->{Sincronizar el estado de su copia}
\$ git fetch \&\& git status
\end{block}
\begin{block}<2->{Descargar y actualizar su copia}
\$ git pull
\end{block}
\begin{block}<3->{Revisar la bitácora}
\$ git log
\end{block}
\end{frame}
% Haga su cuenta
% Suba su llave pública
% Perfil