Understanding the codebase #37
Answered
by
Bhupesh-V
nalin-singh
asked this question in
Q&A
-
So I wanted to contribute to the undo git rm functionality but how does a person really understand the current codebase because it's not straight forward javascript or something. Anything to look for to understand the language ? |
Beta Was this translation helpful? Give feedback.
Answered by
Bhupesh-V
Jul 19, 2022
Replies: 1 comment
-
Hey @nalin-singh Thanks for asking this question. Hope this answers your question |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bhupesh-V
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @nalin-singh Thanks for asking this question.
The language utilized for writing ugit is
bash
(or more specifically, it's a shell script). You can have a quick overview of bash here. You will be able to find plenty of guides on How to learn shell scripting online as well.Hope this answers your question