Protocol.Land Docs
HomeBlogGit Repo
  • 👋Welcome to Protocol.Land
  • 🗄️Working with Repositories
    • Create a new repository
    • Fork a repository
    • Clone a repository
    • Import a repository from GitHub
    • Create a new branch
    • Update a repository’s general information
    • Add contributors to a repository
    • Tokenization
  • 📁Working with Files
    • Create a new file
    • Add file/ files
    • Edit a file
  • 💻Working with Pull Requests
    • Create a new pull request
    • Create a new pull request from a fork
    • Add reviewers to a pull request
    • Approve a pull request
    • Comment on a pull request
    • Merge a pull request
    • Close a pull request
    • Reopen a pull request
  • 📄Working with Issues
    • Create a new issue
    • Assign an issue
    • Comment on an issue
    • Close an issue
    • Reopen an issue
    • Create a new bounty
    • Close a bounty
  • 🚀Working with Deployments
    • Deploy a static page
    • Assign an ArNS name
  • working with organizations
    • Create a new organization
    • Create a new repository
    • Import a repository from GitHub
    • Add members to organization
    • See List of Organizations you are part of
    • Transfer your repo to organization
  • ℹ️Working with Profiles
    • Customize your profile details
    • Add a README for your profile
    • Explore contribution activity
Powered by GitBook
On this page
Edit on GitHub
  1. Working with Repositories

Update a repository’s general information

Update the name and description of a repository using the web UI.

PreviousCreate a new branchNextAdd contributors to a repository

Last updated 1 year ago

Updating information of a repository helps contributors and viewers easily understand the latest state of the project.

Follow these steps to update the general information of your repository on Protcol.Land:

  1. Navigate to the main page of the repository and select the Settings tab.

  2. Within Settings, select the “General” tab located on the sidebar.

  3. Type in the new name and/or description for the repository in the provided input fields.

Note: The "Rename" and "Update" buttons are only enabled when the name and description have been modified in the input fields.

  1. To update the name, click “Rename”.

  2. To update the description, click “Update”.

  3. Once done, the new details are reflected on the repository page.

🗄️