Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8945267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:12:36+00:00 2026-06-15T12:12:36+00:00

I don’t know exactly what is the term for that but i will tell

  • 0

I don’t know exactly what is the term for that but i will tell you what i want.

Suppose i am writing the website and i have uploaded the most basic code on the bitbucket.

Now i am going to make continuous changes in the code but i want to separate the repository into sections so that i can clone any version.

Like suppose i can make the branch 1 as Sample App without database then after one months of commit, I want to have another branch called Sample app with database added and son on.

So that i can always clone any of those branches. new branches will have some new files , codes images etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:12:37+00:00Added an answer on June 15, 2026 at 12:12 pm

    It seems to me that you’re looking for tags.

    You can apply a tag to a commit to be able to find it more easily later. It’s generally used to mark releases, among other things. The current revision is tagged with the tag v1.2.3 like this:

    git tag v1.2.3
    

    You can also apply tags to old revisions like this:

    git tag v1.2.3 9fceb02
    

    where 9fceb02 is the checksum/revision of the commit. Tags must be pushed with an explicit command:

    git push origin --tags
    

    Later, you can checkout the tag in your workspace like this:

    git checkout v1.2.3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't know whats exactly going on, but it's definitely killing my time for nothing.
Don't know if this is the right place to ask this, but I will
Don't know if I worded the question right, but basically what I want to
Don't know why but I can't find a solution to this. I have 3
Don't know the term for the red validation border, does it have one? I
DON'T ASK WHY but... I have a regex that needs to be case insensitive
don't know better title for this, but here's my code. I have class user
Don't know what the term is called (substitution?), but in python if you type
don't know if the title describes anything about what I'm trying to say but
Don't ask me how but I'm in a situation where I have DCPs published

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.