This week we talk about project management with GitHub and webpage for register our progress,
A fast
tutorial: How learn to made webpage in a day
I´m returning to programming and
developing after many years, so I need to start again, despite the fact
I have a great theory base about many technological things, the real
issue is how to deal with the details of coding or use softwares. So in
this tutorial I will show you how to create a webpage by your own in a
day.
I divide the goal of made my webpage in
three steps:
- Learn about what htmll is? many people want to go
inmediatly to coding, but I prefers learn about first, because in this
way you are more capable to deal with the tools
- Find an productivity tool.
- Search for template to use in the productivity tool
USING GIT HUB for first time
Pasos
1. Ir a tu directorio de trabajo
2. agregar los directorios con git add -all, no git add * porque sino ignora los archivos borrados
2.1 se puede hacer git status para ver que cambios se han hecho
2.2
hacer git pull para bajar a la maquina lo que esta en la red,
exceptuando lo que no es tuyo (pero que ya vio que es al hacer git add)
3. Commit los cambios con git commit -m "commment"
4.git push origin master
5. hacer git status para ver si todo ok
navigate to your directoty

Add your new files to Git
Check if everything is ok with Status command AND Git pull to download changes.
Then, Commit changes

Git push origin master


Check it all is ok