While going through HTML 5 boilerplate template observed few of the places they have used
<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="css/style.css?v=1">
<!------ Some lines removed ------>
<script src="js/plugins.js?v=1"></script>
But how does this help? How the query string going to work? I don't have the file name changed nor did I wrote any script for doing anything with query string (?v=1) .
What am I missing? Do I need to change the file name or do I need to have a repository for sure to get this working?