How to contribute a recipe

15 views
Skip to first unread message

don juan

unread,
Nov 26, 2023, 4:33:59 PM11/26/23
to Python For Android
i have problems with github, i got the recipe in the fork and everything but i cant create a branch and a commit, it says that the directory doesnt have a .git repository

hendry

unread,
Oct 5, 2024, 3:19:11 AM10/5/24
to Python For Android

It looks like you're not in the right folder. Make sure you're in the directory of your forked repo. Run git status to check. If it says it’s not a git repo, clone your fork again with git clone [your-fork-url]. Then, create a branch and commit like this:

  1. git checkout -b your-branch-name
  2. git add .
  3. git commit -m "Your message"
  4. git push origin your-branch-name

Let me know if you need more help!
bca internship | internship for bca students | sql internship | online internship for btech students | internship for 1st year engineering students

Reply all
Reply to author
Forward
0 new messages