git store credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
git store credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
add credentials to git
git config user.name "your username"
git config user.password "your password"
include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
script tag with type html
<script type="text/javascript">
/*Detects that you are using javascript or text*/
</script>
script js
<script type="text/javascript" src="monscript.js"></script>
script tag in html
<script>
// Write JS here
</script>
<script src="link/to/js/file.js"></script>
Java Scrip
JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
how to use script tag
<script>
document.getElementById("id").innerText = ("");
</script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us