You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2) The difference between Git and Github is that Git is a one of the version control system where we can keep track of the changes happening in the repository.
Github is a server which is commonly used to save the repository. Github is commonly used for maintaining the codes.
3) Git Workflow is a method where one can use Git to accomplish work in a consistent and productive manner. Git workflows encourage users to leverage Git effectively and consistenly. Git offers a lot of flexibility in how users manage changes. (Source: atlassian webpage)
4) Two types of version control system are available: centralized and distributed.