2

What does that two symbols mean in GitHub Desktop client?

Here is a screenshot:

enter image description here

If someone knows the name for the second symbol, write it here please.

I mean symbols on the left of the projects name: lock and that other strange symbol. And I am interested in their meanings as well.

1
  • 1
    Guessing here: Lock means private repo, second symbol means forked repo (a repository that has been forked off of another - see here)
    – ethanwu10
    Commented Jun 17, 2017 at 19:08

1 Answer 1

3

The 1st symbol, being a lock, means that the repository is private.

The 2nd symbol depicts part of a commit graph, with one node branching into two. In version control systems, it would mean either a branch or a fork. Since this is the repository list, it means the repository itself is considered a fork by GitHub.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .