148
|
1 \begin{frame}{Workflow Between Two Computers} |
210
|
2 \dots to working with yourself: |
148
|
3 \begin{center} |
|
4 \begin{tikzpicture} |
|
5 \tikzstyle{repository}+=[minimum height=18mm, text width=15mm] |
|
6 \tikzstyle{bitbucket}=[draw, thick, fill=blue!20!white, cloud, |
|
7 cloud puffs=9, aspect=2] |
|
8 \tikzstyle{every path}=[<->, short] |
|
9 |
|
10 \node[repository] (a1) at (-2cm, 0cm) {Alice's Desktop}; |
|
11 \node[repository] (a2) at ( 2cm, 0cm) {Alice's Laptop}; |
|
12 \node[bitbucket] (b) at (0cm, 4cm) {bitbucket.org}; |
|
13 |
|
14 \draw[short, <->] (a1) -- (b); |
|
15 \draw[short, <->] (a2) -- (b); |
|
16 \end{tikzpicture} |
|
17 \end{center} |
|
18 \end{frame} |