about

STEPS AFTER FIRST TIME SETUP:

 

1. Using the command line CD we move to the folder were we are updating all the details.

 

$ cd fablabpuebla

Huber@Hgnto_ULTRABOOK MINGW64 ~/fablabpuebla (master)

 

2. Add our files

 

$ git add .

Huber@Hgnto_ULTRABOOK MINGW64 ~/fablabpuebla (master)

 

3. Commit them to upload.

 

$ git commit -m "prueba xx"

[master f172eb3] prueba xx

 Committer: Huber Girón <Huber Girón>

Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly. Run the following command and follow the instructions in your editor to edit your configuration file

    git config --global --edit

 

4. After doing this, you may fix the identity used for this commit with:

 

  git commit --amend --reset-author

 1 file changed, 19 insertions(+)

 create mode 100644 students/275/index.html

 

5. Push our local files into the origin of the archives in this case the Fab Academy main servers.

 

$ git push origin master

Counting objects: 4, done. Delta compression using up to 4 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 371 bytes | 0 bytes/s, done. Total 4 (delta 2), reused 0 (delta 0) To git@git.fabacademy.org:fabacademy2016/fablabpuebla.git, f2d993f..f172eb3  master -> master

 

final project

god.