Clone this repo:

Branches

  1. ed34f7d Update README.md by Akanksha Bisht · 1 year, 3 months ago master
  2. 8c7bc2f Added index.html by Akanksha Bisht · 1 year, 3 months ago
  3. 9ec62e7 Update README.md by Akanksha Bisht · 1 year, 3 months ago
  4. 257cde4 Update README.md by Akanksha Bisht · 1 year, 3 months ago
  5. 6a6c8b5 Create README.md by Akanksha Bisht · 1 year, 3 months ago

Celeb-AI

Demonstration

git pull-can be used to get changes from repository and merge them with local repository. head:The current or working branch is called as the head branch. We can find this using git show command. git tag: Git tags are used as reference points in development workflow.We can tag something using git tag tag_name. Here tag_name could be current version name. We can also add messages in tags using git tag –m “message”