From cf3a19b2c42faaf442b9b566ec3c5a0a4822a998 Mon Sep 17 00:00:00 2001 From: J Esteban Sferco <88688629+jesferco@users.noreply.github.com> Date: Fri, 13 Aug 2021 12:57:11 -0300 Subject: [PATCH] agregando un test file en branch, con el tutorial de git-workflow --- testfile.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testfile.txt diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 0000000..aeb7d35 --- /dev/null +++ b/testfile.txt @@ -0,0 +1,23 @@ +.. +├── github token.txt +├── git-workflow +│   ├── assets +│   │   └── css +│   │   └── style.scss +│   ├── clone.png +│   ├── _config.yml +│   ├── fork.png +│   ├── _layouts +│   │   └── default.html +│   ├── LICENSE +│   ├── pull2.png +│   ├── pull3.png +│   ├── pull.png +│   ├── README.md +│   └── testfile.txt +└── hello-world + ├── dirroot.txt + ├── dir.txt + └── README.md + +5 directories, 15 files