A Blog Which Provides Free software development Tutorials,Computer Science Tutorials,Web Designing Tools,Data Mining and warehousing tutorials.
Sunday, 19 July 2020
What Is Git?
In big projects or real life project have multiple developers working in parallel.So git can maintain and take care about no code conflicts between developers.
1. Speed
1. Create a repository in gitlab.
- git init
- git remote add origin <https/ssh address>
1. git init :-
2. git remote add :-
3. git add . :-
4. git branch :-
5. git checkout -b :-
6. git branch <branch name> :-
7. git commit :-
8. git pull :-
9. git push :-
10. git clone :-
11. git status :-
- Check status of current branch
Subscribe to:
Post Comments (Atom)
Great info...
ReplyDeleteKeep the work going.
Yes sure,Thank you so much
DeletePerfect blog.
ReplyDeleteExpecting more blogs like this from you
Yes sure,Thank you so much
DeleteValuable information..
ReplyDelete