In particular working with GitHub or GIT system generally has two main workflow and workflow local workflow server.
1) Work with the local repository: with two commonly used command git add and git commit
git add: add file has changed change on stage git commit: commit files to add to the repository in the local stage Also you see a number of other command
2) Working with github repository on server:
After stirring at the local priest, the last time a copy stable and complete (through testing), we will decide to update it to the repository server with: -push: push changes from repository to repository server local -fetch: update from the repository server changes the local repository -pull / rebase: copy the source code from the server to your local workspace (the equivalent of SVN checkout)
đang được dịch, vui lòng đợi..