This website works better with JavaScript
Inicio
Explorar
Iniciar sesión
piccolo-gatto
/
GIT_practice
Seguir
1
Destacar
0
Fork
0
2 Commits
8e8ee9ff45
...
71f7c0fa5e
Autor
SHA1
Mensaje
Fecha
piccolo-gatto
71f7c0fa5e
fix conflict in file1.txt
hace 1 año
piccolo-gatto
c1efa76039
create test.py, update file1.txt
hace 1 año
Se han
modificado 2 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
file1.txt
3
0
test.py
+ 1
- 0
file1.txt
Ver fichero
@@ -1 +1,2 @@
hgvbyhnhkjmki
+hello world
+ 3
- 0
test.py
Ver fichero
@@ -0,0 +1,3 @@
+a = 2
+b = 3
+print(a + b)