Skip to content

Commit

Permalink
add/command/git
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunGovil committed Dec 7, 2022
1 parent ac227e6 commit 06f0591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@
tags:
- git
- remote
- title: Git update remote url
code: git -v
technology: git remote set-url repo-url
tags:
- git
- remote
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const nextConfig = {
webpack: function (config) {
config.module.rules.push({
test: /\.ya?ml$/,
type: "json",

use: "js-yaml-loader",
});
return config;
Expand Down

0 comments on commit 06f0591

Please sign in to comment.