How to import the project from remote repositories for the first time?
Eclipse:
File ----> Import ----> Project from Git ----> Clone URI ----> URI (Copy your URI here) and User/Password ----> Directory ( choose on location ) ----> Import existing projects
How to commit your change?
To local:
Choose the change project or class ----> team ----> commit
To remote:
Choose the change project or class ----> team ----> remote ----> push
How to get the change from remote?
Choose the change project or class ----> team ----> pull
How to put local project to remote repositories?
- create a remote repository
- create new repository(AST) on https://github.com/new
- open "Git Repositories" view
- Open "Clone Git Repository" in "Git Repositories" view
Enter your "URI" generate(https://github.com/xiyao850714/AST.git)
Enter your "User/Password"
"Local Destination" chose one directory which is empty now and will be used to store your code later.
- add local project to remote repository
- Chose project from local