Skip to content

ipmach/KafeSoilWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KafeSoilWeb


Basic information:
Git: is a protocol for transfer, sharing and work with repositories in internet or localhost .
Localhost: basically your computer.
Repository: directory where the proyect is.
GitHub repository: the repository that is in github.
Local repository: the repository that is in yout computer, independent.
Clone repository: to create the local repository from the GitHub repository.
Commit: basically save all the changes.
Push: upload.
Pull: update.
message or summary: is the part in the commit where you put a message for the others to know what did you do in that commit.
All deletes, modifies and create, of every file/line of code will be save in git, so dont worry if you make a mistake we can recover the information lost
even if two people upload to github the same document with changes in the same lines. That is why we commit.
And remember when you finish your work always commit and push.

Manual for linux/mac
git clone https://github.com/USERNAME/KafeSoilWeb.git ->download first time
git add FILE -> when you modified/add a file you use this command
git rm FILE -> when you delete a file you use this command
git status ->to see the status of the branch
git commit -m "message"-> to make a commit in local
git push origin master-> to make a commit in github (have to after a local commit)
git pull origin master->to update your directory with github directory

Manual for windows
Download the desktop aplication, sign in and clone the repository KafeSoilWeb.
All the document will download in $/Documents/GitHub
Commit documents in local go to the aplication in the botton left, write a summary and click "Commit to master"
To pull to github first you need to commit in local and then hit the botton "fetch origin" in the top right of the aplication
In windows commit in local includes every operation created, delete and modified.




HAVE FUN USING GITHUB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •