Skip to content

Commit

Permalink
🚚 update: Add commit flag -e
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshKapadia2 committed May 12, 2024
1 parent c076bed commit ad5e08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/content/commands/git_commit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ CAUTION: Any amend command re-writes the history of the repository as it entirel
* The meaning of a signoff depends on the project being contributed to.
** Eg: The Git and Linux Kernel projects use the signoff as a way to certify that the committer agrees with the link:https://developercertificate.org[Developer's Certificate of Origin^].

===== -e or --edit

* Forces opening the default Git/commit editor configured.

===== git ls-tree --full-tree -r HEAD

* This command shows all files within your git repo that it is tracking.
Expand Down
2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheName = "v47";
const cacheName = "v48";
const cacheAssets = [
"./",
"./index.html",
Expand Down

0 comments on commit ad5e08e

Please sign in to comment.