C:>repo_path>git tag --list or C:>repo_path>git tag -l
Git supports two types of tags: lightweight and annotated.
This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. | |
Solution: | |
Back up C:\xampp\mysql\data | |
Copy all file C:\xampp\mysql\backup | |
Paste and replace existing file in: C:\xampp\mysql\data, except for the ibdata1 file. | |
Leaving ibdata1 will help against table does not exist error. |
git config --get credential.helper | |
cmdkey /delete:LegacyGeneric:target=git:https://github.com |
Two way we can prevent angular2 browser cache
2.You can add in index.html this code
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.
This is a special daemon that comes packaged with Git; it listens on a dedicated port (9418) that provides a service similar to the SSH protocol, but with absolutely no authentication.
The default SSH port (22) is dedicated to Git and SSH application network traffic.
$ sudo defaults write /Library/Preferences/org.jenkins-ci httpPort 7070
$ sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
$ sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" bew install ant ant -version
# First open yourr terminal and goto user home directory
$ cd ~
$ nano .bash_profile
# After then put this line
$ export JAVA_HOME=/usr/libexec/java_home
# And then press Control + x and After then put this command
$ source .bash_profile