Because things like https://github.com/jayphelps/git-blame-someone-else exist
You can use GPG key to sign your commits to make it have Verified status.
Because things like https://github.com/jayphelps/git-blame-someone-else exist
You can use GPG key to sign your commits to make it have Verified status.
Main reference : https://chris.beams.io/posts/git-commit/
Other reference :
| const posts = [ | |
| { title: 'Post One', body: 'This is post one' }, | |
| { title: 'Post Two', body: 'This is post two' } | |
| ]; | |
| function getPosts() { | |
| setTimeout(() => { | |
| let output = ''; | |
| posts.forEach((post, index) => { | |
| output += `<li>${post.title}</li>`; |
To remove a submodule you need to: