Feature (Local only)

You are here:
Estimated reading time: < 1 min

FEATURE

Replace:

  • Long description → Description.
  • keywords → Feywords.
  1. Create:git checkout develop;git checkout -b keywords develop;
  2. → !Stage Changes!
  3. Finish:git commit -m "Long description";git checkout develop;git merge --no-ff keywords -m "keywords";

    git branch -d keywords;

Was this article helpful?
Dislike 0
Views: 23